From e6d271db05827672ee34e3cad869b2dcbfabd406 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:12:03 +0800 Subject: [PATCH] fixed typo --- gpttype_adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpttype_adapter.cpp b/gpttype_adapter.cpp index 059497fa3..cabeb005d 100644 --- a/gpttype_adapter.cpp +++ b/gpttype_adapter.cpp @@ -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) {