Skip to content

Commit b179cef

Browse files
vvvdwbvvvNielsRogge
authored andcommitted
Fix links in Glm4vMoe configuration classes to point to the correct H… (huggingface#40310)
* Fix links in Glm4vMoe configuration classes to point to the correct Hugging Face model repository * run fixup to update links in Glm4vMoe configuration classes to point to the correct Hugging Face model repository
1 parent 8fe7147 commit b179cef

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/transformers/models/glm4v_moe/configuration_glm4v_moe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class Glm4vMoeTextConfig(PretrainedConfig):
124124
This is the configuration class to store the configuration of a [`Glm4vMoeModel`]. It is used to instantiate a
125125
GLM-4.5V model according to the specified arguments, defining the model architecture. Instantiating a
126126
configuration with the defaults will yield a similar configuration to that of
127-
GLM-4.5V [THUDM/GLM-4.5V](https://huggingface.co/THUDM/GLM-4.5V).
127+
GLM-4.5V [zai-org/GLM-4.5V](https://huggingface.co/zai-org/GLM-4.5V).
128128
129129
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
130130
documentation from [`PretrainedConfig`] for more information.
@@ -312,7 +312,7 @@ class Glm4vMoeConfig(PretrainedConfig):
312312
This is the configuration class to store the configuration of a [`Glm4vMoeModel`]. It is used to instantiate a
313313
GLM-4.5V model according to the specified arguments, defining the model architecture. Instantiating a
314314
configuration with the defaults will yield a similar configuration to that of
315-
GLM-4.5V [zai_org/GLM-4.5V](https://huggingface.co/zai_org/GLM-4.5V).
315+
GLM-4.5V [zai-org/GLM-4.5V](https://huggingface.co/zai-org/GLM-4.5V).
316316
317317
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
318318
documentation from [`PretrainedConfig`] for more information.

src/transformers/models/glm4v_moe/modular_glm4v_moe.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class Glm4vMoeTextConfig(Glm4MoeConfig, nn.Module):
5353
This is the configuration class to store the configuration of a [`Glm4vMoeModel`]. It is used to instantiate a
5454
GLM-4.5V model according to the specified arguments, defining the model architecture. Instantiating a
5555
configuration with the defaults will yield a similar configuration to that of
56-
GLM-4.5V [THUDM/GLM-4.5V](https://huggingface.co/THUDM/GLM-4.5V).
56+
GLM-4.5V [zai-org/GLM-4.5V](https://huggingface.co/zai-org/GLM-4.5V).
5757
5858
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
5959
documentation from [`PretrainedConfig`] for more information.
@@ -241,7 +241,7 @@ class Glm4vMoeConfig(Glm4vConfig):
241241
This is the configuration class to store the configuration of a [`Glm4vMoeModel`]. It is used to instantiate a
242242
GLM-4.5V model according to the specified arguments, defining the model architecture. Instantiating a
243243
configuration with the defaults will yield a similar configuration to that of
244-
GLM-4.5V [zai_org/GLM-4.5V](https://huggingface.co/zai_org/GLM-4.5V).
244+
GLM-4.5V [zai-org/GLM-4.5V](https://huggingface.co/zai-org/GLM-4.5V).
245245
246246
Configuration objects inherit from [`PretrainedConfig`] and can be used to control the model outputs. Read the
247247
documentation from [`PretrainedConfig`] for more information.

0 commit comments

Comments
 (0)