Skip to content

Commit e057e91

Browse files
mscheong01ggerganov
andcommitted
fix whitespace
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent cd962e6 commit e057e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7736,7 +7736,7 @@ static int llama_model_load(const std::string & fname, llama_model & model, llam
77367736

77377737
llm_load_print_meta(ml, model);
77387738

7739-
if (model.vocab.type != LLAMA_VOCAB_TYPE_NONE &&
7739+
if (model.vocab.type != LLAMA_VOCAB_TYPE_NONE &&
77407740
model.hparams.n_vocab != model.vocab.id_to_token.size()) {
77417741
throw std::runtime_error("vocab size mismatch");
77427742
}

0 commit comments

Comments
 (0)