zxdu20 commited on
Commit
f9f74fd
1 Parent(s): 8492687

Set is_parallelizable to False

Browse files
Files changed (1) hide show
  1. 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 = True
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"