handsomeboyMMk commited on
Commit
b189008
·
verified ·
1 Parent(s): b643428

Update modeling_chatglm.py

Browse files
Files changed (1) hide show
  1. modeling_chatglm.py +1 -1
modeling_chatglm.py CHANGED
@@ -36,7 +36,7 @@ if sys.platform != 'darwin':
36
  torch._C._jit_override_can_fuse_on_gpu(True)
37
 
38
  logger = logging.get_logger(__name__)
39
-
40
  _CHECKPOINT_FOR_DOC = "THUDM/ChatGLM"
41
  _CONFIG_FOR_DOC = "ChatGLMConfig"
42
 
 
36
  torch._C._jit_override_can_fuse_on_gpu(True)
37
 
38
  logger = logging.get_logger(__name__)
39
+ ####
40
  _CHECKPOINT_FOR_DOC = "THUDM/ChatGLM"
41
  _CONFIG_FOR_DOC = "ChatGLMConfig"
42