Update convert_hf_to_gguf.py
Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com>
This commit is contained in:
parent
67b38f5849
commit
07e1d0a14c
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue