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

View file

@ -293,7 +293,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;