Added kscale,vscale to ignore list

This commit is contained in:
Michael Wand 2026-03-13 11:41:55 -07:00
parent 259895c421
commit 43b0892f2a
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ class ModelBase:
if self._is_nvfp4:
if name.endswith(".weight") and name.replace(".weight", ".weight_scale") in self.model_tensors:
continue
if name.endswith((".weight_scale", ".weight_scale_2", ".input_scale")):
if name.endswith((".weight_scale", ".weight_scale_2", ".input_scale", ".k_scale", ".v_scale")):
continue
old_dtype = data_torch.dtype