zR commited on
Update modeling_chatglm.py
Browse files- modeling_chatglm.py +0 -6
modeling_chatglm.py
CHANGED
|
@@ -44,12 +44,6 @@ VISION_TOKEN_TYPE = 1
|
|
| 44 |
_CHECKPOINT_FOR_DOC = "THUDM/ChatGLM"
|
| 45 |
_CONFIG_FOR_DOC = "ChatGLMConfig"
|
| 46 |
|
| 47 |
-
CHATGLM_6B_PRETRAINED_MODEL_ARCHIVE_LIST = [
|
| 48 |
-
"THUDM/chatglm3-6b",
|
| 49 |
-
# See all ChatGLM models at https://huggingface.co/models?filter=chatglm
|
| 50 |
-
]
|
| 51 |
-
|
| 52 |
-
|
| 53 |
def default_init(cls, *args, **kwargs):
|
| 54 |
return cls(*args, **kwargs)
|
| 55 |
|
|
|
|
| 44 |
_CHECKPOINT_FOR_DOC = "THUDM/ChatGLM"
|
| 45 |
_CONFIG_FOR_DOC = "ChatGLMConfig"
|
| 46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
def default_init(cls, *args, **kwargs):
|
| 48 |
return cls(*args, **kwargs)
|
| 49 |
|