convert : allow quantizing lora again (#17453)

This commit is contained in:
Sigbjørn Skjæret
2025-11-24 15:50:55 +01:00
committed by GitHub
parent b8372eecd9
commit b61de2b2df
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -565,7 +565,7 @@ class ModelBase:
gguf.MODEL_TENSOR.ALTUP_PREDICT_COEF,
)
)
or not new_name.endswith(".weight")
or new_name[-7:] not in (".weight", ".lora_a", ".lora_b")
):
data_qtype = gguf.GGMLQuantizationType.F32