mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
fixed typo
This commit is contained in:
+1
-1
@@ -2857,7 +2857,7 @@ ModelLoadResult gpttype_load_model(const load_model_inputs inputs, FileFormat in
|
||||
printf("\nRWKV Vocab: %u\n", vocabsiz);
|
||||
logits.resize(vocabsiz);
|
||||
|
||||
n_vocab = vocab.id_to_token.size(); //handled seperately
|
||||
n_vocab = vocab.id_to_token.size(); //handled separately
|
||||
|
||||
if (file_format == FileFormat::RWKV_1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user