Skip to content

Commit 78c6e6c

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

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
@@ -7873,7 +7873,7 @@ static int llama_model_load(const std::string & fname, llama_model & model, llam
78737873

78747874
llm_load_print_meta(ml, model);
78757875

7876-
if (model.vocab.type != LLAMA_VOCAB_TYPE_NONE &&
7876+
if (model.vocab.type != LLAMA_VOCAB_TYPE_NONE &&
78777877
model.hparams.n_vocab != model.vocab.id_to_token.size()) {
78787878
throw std::runtime_error("vocab size mismatch");
78797879
}

0 commit comments

Comments
 (0)