Skip to content

Commit 4331939

Browse files
ryan-mangenoCISC
andauthored
Update src/llama-vocab.cpp
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 037dbbc commit 4331939

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/llama-vocab.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,10 +1671,6 @@ void llama_vocab::impl::load(llama_model_loader & ml, const LLM_KV & kv) {
16711671
tokenizer_pre == "hunyuan") {
16721672
pre_type = LLAMA_VOCAB_PRE_TYPE_HUNYUAN;
16731673
clean_spaces = false;
1674-
} else if (
1675-
tokenizer_pre == "smoldocling") {
1676-
pre_type = LLAMA_VOCAB_PRE_TYPE_SMOLDOCLING;
1677-
clean_spaces = false;
16781674
} else {
16791675
throw std::runtime_error(format("unknown pre-tokenizer type: '%s'", tokenizer_pre.c_str()));
16801676
}

0 commit comments

Comments
 (0)