Skip to content

Commit c8fd94f

Browse files
committed
fix conversion
1 parent 33fb59a commit c8fd94f

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
@@ -7986,7 +7986,7 @@ def modify_tensors(self, data_torch: Tensor, name: str, bid: int | None) -> Iter
79867986
return super().modify_tensors(data_torch, name, bid)
79877987

79887988

7989-
@ModelBase.register("Glm4MoeForCausalLM")
7989+
@ModelBase.register("Glm4MoeForCausalLM", "Glm4vMoeForConditionalGeneration")
79907990
class Glm4MoeModel(TextModel):
79917991
model_arch = gguf.MODEL_ARCH.GLM4_MOE
79927992

0 commit comments

Comments
 (0)