Skip to content

Commit 7ef506f

Browse files
committed
Cleanup pt. 2
1 parent 38a4a05 commit 7ef506f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

convert_hf_to_gguf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6953,7 +6953,6 @@ def set_gguf_parameters(self):
69536953
self.gguf_writer.add_rope_dimension_count(self.find_hparam(["rotary_dim"]))
69546954
self.gguf_writer.add_rope_freq_base(self.find_hparam(["rope_theta"]))
69556955

6956-
69576956
def modify_tensors(self, data_torch: Tensor, name: str, bid: int | None):
69586957
if name.endswith("e_score_correction_bias"):
69596958
name = name.replace("e_score_correction_bias", "e_score_correction.bias")

0 commit comments

Comments
 (0)