Update convert_hf_to_gguf.py

Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com>
This commit is contained in:
Francesco Buciuni 2025-02-06 17:38:30 +01:00 committed by GitHub
parent 67b38f5849
commit 07e1d0a14c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -701,7 +701,7 @@ class Model:
res = "deepseek-r1-qwen"
if chkhsh == "a3df2b8943e01cfd7d68c9f8446b294f3d8706d1d6853df65df7fda5d4fcb19f":
# ref: https://huggingface.co/Almawave/Velvet-14B
res = "velvet"
res = "velvet"
if res is None:
logger.warning("\n")