Skip to content

Commit 370b42a

Browse files
authored
fix my bad suggestion
1 parent 620d351 commit 370b42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert_hf_to_gguf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4210,7 +4210,7 @@ def modify_tensors(self, data_torch: Tensor, name: str, bid: int | None) -> Iter
42104210
elif name.endswith("norm.weight") and not name.endswith("linear_attn.norm.weight"):
42114211
data_torch = data_torch + 1
42124212

4213-
yield from super().modify_tensors(self, data_torch, name, bid)
4213+
yield from super().modify_tensors(data_torch, name, bid)
42144214

42154215

42164216
@ModelBase.register("RND1")

0 commit comments

Comments
 (0)