Set is_parallelizable to False
Browse files- modeling_chatglm.py +1 -1
modeling_chatglm.py
CHANGED
@@ -610,7 +610,7 @@ class ChatGLMPreTrainedModel(PreTrainedModel):
|
|
610 |
a simple interface for downloading and loading pretrained models.
|
611 |
"""
|
612 |
|
613 |
-
is_parallelizable =
|
614 |
supports_gradient_checkpointing = False
|
615 |
config_class = ChatGLMConfig
|
616 |
base_model_prefix = "transformer"
|
|
|
610 |
a simple interface for downloading and loading pretrained models.
|
611 |
"""
|
612 |
|
613 |
+
is_parallelizable = False
|
614 |
supports_gradient_checkpointing = False
|
615 |
config_class = ChatGLMConfig
|
616 |
base_model_prefix = "transformer"
|