mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-04-30 11:21:56 +00:00
Minor
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#include "llama-vocab.h"
|
#include "llama-vocab.h"
|
||||||
|
|
||||||
#include "ggml.h"
|
#include "ggml.h"
|
||||||
//#include "gguf.h"
|
|
||||||
#include "llama-impl.h"
|
#include "llama-impl.h"
|
||||||
#include "llama-model-loader.h"
|
#include "llama-model-loader.h"
|
||||||
|
|
||||||
@@ -1659,7 +1658,7 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
void llama_vocab::impl::load(llama_model_loader & ml, const LLM_KV & kv) {
|
void llama_vocab::impl::load(llama_model_loader & ml, const LLM_KV & kv) {
|
||||||
struct gguf_context * ctx = ml.meta; //.get();
|
gguf_context * ctx = ml.meta;
|
||||||
|
|
||||||
// determine vocab type
|
// determine vocab type
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user