diff --git a/convert_hf_to_gguf.py b/convert_hf_to_gguf.py index a39f2dc73..7374cb25e 100755 --- a/convert_hf_to_gguf.py +++ b/convert_hf_to_gguf.py @@ -302,7 +302,7 @@ class Model: gguf.MODEL_TENSOR.TIME_MIX_FIRST, ) ) - or not name.endswith(".weight") + or not new_name.endswith(".weight") ): data_qtype = gguf.GGMLQuantizationType.F32