Instructions to use zai-org/chatglm-6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zai-org/chatglm-6b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/chatglm-6b", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
duzx16 commited on
Commit ·
a10da4c
1
Parent(s): 942945d
Update change log
Browse files
README.md
CHANGED
|
@@ -57,7 +57,8 @@ pip install protobuf==3.20.0 transformers==4.27.1 icetk cpm_kernels
|
|
| 57 |
For more instructions, including how to run CLI and web demos, and model quantization, please refer to our [Github Repo](https://github.com/THUDM/ChatGLM-6B).
|
| 58 |
|
| 59 |
## Change Log
|
| 60 |
-
*
|
|
|
|
| 61 |
|
| 62 |
## 协议
|
| 63 |
|
|
|
|
| 57 |
For more instructions, including how to run CLI and web demos, and model quantization, please refer to our [Github Repo](https://github.com/THUDM/ChatGLM-6B).
|
| 58 |
|
| 59 |
## Change Log
|
| 60 |
+
* v1.1.0 ([942945d](https://huggingface.co/THUDM/chatglm-6b/commit/942945df047dee66f653c68ae0e56655045f1741)): 更新 v1.1 版本 checkpoint
|
| 61 |
+
* v0.1.0 ([f831824](https://huggingface.co/THUDM/chatglm-6b/commit/f83182484538e663a03d3f73647f10f89878f438))
|
| 62 |
|
| 63 |
## 协议
|
| 64 |
|