Skip to content

Commit a3be53c

Browse files
ryan-mangenoCISC
andauthored
Update convert_hf_to_gguf.py
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 661abf5 commit a3be53c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

convert_hf_to_gguf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -833,9 +833,6 @@ def get_vocab_base_pre(self, tokenizer) -> str:
833833
if chkhsh == "48f8e02c0359c0bbdd82f26909171fac1c18a457bb47573ed1fe3bbb2c1cfd4b":
834834
# ref: https://huggingface.co/tiiuae/Falcon-H1-34B-Base
835835
res = "falcon-h1"
836-
if chkhsh == "855059429035d75a914d1eda9f10a876752e281a054a7a3d421ef0533e5b6249":
837-
# ref: https://huggingface.co/ds4sd/SmolDocling-256M-preview
838-
res = "smoldocling"
839836

840837
if res is None:
841838
logger.warning("\n")

0 commit comments

Comments
 (0)