some cleanups

This commit is contained in:
younesbelkada
2025-07-07 17:27:34 +04:00
parent f74e266f04
commit 632861e6c1
5 changed files with 0 additions and 10 deletions

View File

@@ -6682,8 +6682,6 @@ class FalconH1Model(Mamba2Model):
# Add any other Falcon Mamba2 specific configuration
self.gguf_writer.add_bool("falcon_h1.mamba_use_mlp", self.find_hparam(["mamba_use_mlp"], optional=True))
self.gguf_writer.add_bool("falcon_h1.mamba_norm_before_gate", self.find_hparam(["mamba_norm_before_gate"], optional=True))
self.gguf_writer.add_bool("falcon_h1.mamba_rms_norm", self.find_hparam(["mamba_rms_norm"], optional=True))
self.gguf_writer.add_rope_freq_base(self.find_hparam(["rope_theta"]))