This commit is contained in:
slaren 2025-01-07 20:21:29 +01:00 committed by Georgi Gerganov
parent 5db92f2e82
commit 141c40cd0b
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -289,7 +289,7 @@ struct llama_model {
std::string name = "n/a";
llama_hparams hparams = {};
llama_vocab vocab = {};
llama_vocab vocab;
struct ggml_tensor * tok_embd = nullptr;
struct ggml_tensor * type_embd = nullptr;