Skip to content

Commit 785ccf4

Browse files
committed
fix convert (2)
1 parent c8fd94f commit 785ccf4

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

44094409

4410-
@ModelBase.register("Glm4vForConditionalGeneration")
4410+
@ModelBase.register("Glm4vForConditionalGeneration", "Glm4vMoeForConditionalGeneration")
44114411
class Glm4VVisionModel(Qwen3VLVisionModel):
44124412
def set_gguf_parameters(self):
44134413
MmprojModel.set_gguf_parameters(self) # skip Qwen3VLVisionModel parameters

0 commit comments

Comments
 (0)