From 07e1d0a14caad16e152ffb1e086da6334670a770 Mon Sep 17 00:00:00 2001 From: Francesco Buciuni Date: Thu, 6 Feb 2025 17:38:30 +0100 Subject: [PATCH] Update convert_hf_to_gguf.py Co-authored-by: Xuan-Son Nguyen --- convert_hf_to_gguf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert_hf_to_gguf.py b/convert_hf_to_gguf.py index 9da7963c4..b5a4a4aaa 100755 --- a/convert_hf_to_gguf.py +++ b/convert_hf_to_gguf.py @@ -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")