Browse Source

convert : lint fix (#18507)

Sigbjørn Skjæret 4 weeks ago
parent
commit
0db8109849
1 changed files with 1 additions and 0 deletions
  1. 1 0
      convert_hf_to_gguf.py

+ 1 - 0
convert_hf_to_gguf.py

@@ -9304,6 +9304,7 @@ class AudioFlamingo3WhisperEncoderModel(WhisperEncoderModel):
             return gguf.GGMLQuantizationType.F32
             return gguf.GGMLQuantizationType.F32
         return super().tensor_force_quant(name, new_name, bid, n_dims)
         return super().tensor_force_quant(name, new_name, bid, n_dims)
 
 
+
 @ModelBase.register("FalconH1ForCausalLM")
 @ModelBase.register("FalconH1ForCausalLM")
 class FalconH1Model(Mamba2Model):
 class FalconH1Model(Mamba2Model):
     model_arch = gguf.MODEL_ARCH.FALCON_H1
     model_arch = gguf.MODEL_ARCH.FALCON_H1