Skip to content

Commit bc40857

Browse files
committed
test
1 parent b2fbe63 commit bc40857

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
@@ -288,7 +288,7 @@ struct llama_model {
288288
std::string name = "n/a";
289289

290290
llama_hparams hparams = {};
291-
llama_vocab vocab = {};
291+
llama_vocab vocab;
292292

293293
struct ggml_tensor * tok_embd = nullptr;
294294
struct ggml_tensor * type_embd = nullptr;

0 commit comments

Comments
 (0)