diff --git a/convert_hf_to_gguf.py b/convert_hf_to_gguf.py index 01063870936..541e5c8288c 100755 --- a/convert_hf_to_gguf.py +++ b/convert_hf_to_gguf.py @@ -8488,6 +8488,7 @@ def modify_tensors(self, data_torch, name, bid): model_arch = gguf.MODEL_ARCH.MISTRAL3 # unused impl: TextModel + def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) if self.hparams.get("model_type") == "mistral4":