Skip to content

Commit 14cee9c

Browse files
committed
better class names
1 parent 5633947 commit 14cee9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

convert_hf_to_gguf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9221,7 +9221,7 @@ def modify_tensors(self, data_torch: Tensor, name: str, bid: int | None) -> Iter
92219221

92229222

92239223
@ModelBase.register("Glm4vMoeForConditionalGeneration")
9224-
class GLM4V_Text_MoE(Glm4MoeModel):
9224+
class GLM4VMoEModel(Glm4MoeModel):
92259225
"""Text model from [zai-org/GLM-4.5V](https://huggingface.co/zai-org/GLM-4.5V)
92269226
92279227
ref: [#16600](https://github.com/ggml-org/llama.cpp/pull/16600)"""
@@ -9249,7 +9249,7 @@ def modify_tensors(
92499249

92509250

92519251
@ModelBase.register("Glm4vMoeForConditionalGeneration")
9252-
class GLM4V_MoE(MmprojModel):
9252+
class GLM4VMoEVisionModel(MmprojModel):
92539253
"""Multimodal projector from [zai-org/GLM-4.5V](https://huggingface.co/zai-org/GLM-4.5V).
92549254
92559255
ref: [#16600](https://github.com/ggml-org/llama.cpp/pull/16600)"""

0 commit comments

Comments
 (0)