Instructions to use zai-org/chatglm2-6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zai-org/chatglm2-6b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/chatglm2-6b", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
duzx16 commited on
Commit ·
4d01789
1
Parent(s): e186c89
Update slack link
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ tags:
|
|
| 13 |
</p>
|
| 14 |
|
| 15 |
<p align="center">
|
| 16 |
-
👋 Join our <a href="https://join.slack.com/t/chatglm/shared_invite/zt-
|
| 17 |
</p>
|
| 18 |
|
| 19 |
## 介绍
|
|
|
|
| 13 |
</p>
|
| 14 |
|
| 15 |
<p align="center">
|
| 16 |
+
👋 Join our <a href="https://join.slack.com/t/chatglm/shared_invite/zt-1y7pqoloy-9b1g6T6JjA8J0KxvUjbwJw" target="_blank">Slack</a> and <a href="https://github.com/THUDM/ChatGLM-6B/blob/main/resources/WECHAT.md" target="_blank">WeChat</a>
|
| 17 |
</p>
|
| 18 |
|
| 19 |
## 介绍
|