We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e433c commit cd145b1Copy full SHA for cd145b1
src/llama.cpp
@@ -6459,7 +6459,7 @@ static void llm_load_vocab(
6459
GGML_ASSERT(!ids.empty() && "model vocab missing newline token");
6460
vocab.linefeed_id = ids[0];
6461
} else {
6462
- const std::vector<int> ids = llama_tokenize_internal(model.vocab, "\xC4\x8A", false); // U+010A
+ const std::vector<int> ids = llama_tokenize_internal(vocab, "\xC4\x8A", false); // U+010A
6463
6464
6465
}
0 commit comments