Skip to content

Commit 1f71edb

Browse files
ngxsoncompilade
andauthored
fix typo
Co-authored-by: compilade <[email protected]>
1 parent e37dec6 commit 1f71edb

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
@@ -3619,7 +3619,7 @@ def modify_tensors(self, data_torch: Tensor, name: str, bid: int | None) -> Iter
36193619
else:
36203620
name = name.replace("fc2", "fc1")
36213621

3622-
# corrent norm value ; only this "soft_emb_norm" need to be corrected as it's part of Gemma projector
3622+
# correct norm value ; only this "soft_emb_norm" need to be corrected as it's part of Gemma projector
36233623
# the other norm values are part of SigLIP model, and they are already correct
36243624
# ref code: Gemma3RMSNorm
36253625
if "soft_emb_norm.weight" in name:

0 commit comments

Comments
 (0)