convert : lint fix (#18507)

This commit is contained in:
Sigbjørn Skjæret
2025-12-31 14:28:21 +01:00
committed by GitHub
parent 9b8329de7a
commit 0db8109849
+1
View File
@@ -9304,6 +9304,7 @@ class AudioFlamingo3WhisperEncoderModel(WhisperEncoderModel):
return gguf.GGMLQuantizationType.F32
return super().tensor_force_quant(name, new_name, bid, n_dims)
@ModelBase.register("FalconH1ForCausalLM")
class FalconH1Model(Mamba2Model):
model_arch = gguf.MODEL_ARCH.FALCON_H1