Skip to content

Commit 4553502

Browse files
Update gguf-py/gguf/gguf_writer.py
Co-authored-by: compilade <[email protected]>
1 parent 9e22bb7 commit 4553502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gguf-py/gguf/gguf_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ def add_rope_scaling_orig_ctx_len(self, value: int) -> None:
715715
def add_rope_scaling_finetuned(self, value: bool) -> None:
716716
self.add_bool(Keys.Rope.SCALING_FINETUNED.format(arch=self.arch), value)
717717

718-
def add_mamba_dt_b_c_rms(self, value: bool) -> None:
718+
def add_ssm_dt_b_c_rms(self, value: bool) -> None:
719719
self.add_bool(Keys.SSM.DT_B_C_RMS.format(arch=self.arch), value)
720720

721721
def add_rope_scaling_yarn_log_mul(self, value: float) -> None:

0 commit comments

Comments
 (0)