Skip to content

Commit d3cbd43

Browse files
slarenggerganov
authored andcommitted
test
1 parent dfdc4d7 commit d3cbd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-model.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ struct llama_model {
293293
std::string name = "n/a";
294294

295295
llama_hparams hparams = {};
296-
llama_vocab vocab = {};
296+
llama_vocab vocab;
297297

298298
struct ggml_tensor * tok_embd = nullptr;
299299
struct ggml_tensor * type_embd = nullptr;

0 commit comments

Comments
 (0)