Skip to content

Commit 31ed122

Browse files
Typo fix in docstring
Co-Authored-By: [email protected] Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 474c7fb commit 31ed122

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
@@ -4122,7 +4122,7 @@ class GraniteMoeModel(GraniteModel):
41224122
def modify_tensors(self, data_torch: Tensor, name: str, bid: int | None) -> Iterable[tuple[str, Tensor]]:
41234123
"""In modeling_granitemoe, the JetMoe implementation of parallel experts
41244124
is used. This essentially merges w1 and w3 into a single tensor with 2x
4125-
the hidden size that is then split during forward. To keep compativility
4125+
the hidden size that is then split during forward. To keep compatibility
41264126
with existing mixtral support, we pull them apart here.
41274127
"""
41284128

0 commit comments

Comments
 (0)