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
Commit ·
a87be29
1
Parent(s): 189e5df
Add task to model card for discoverability (#6)
Browse files- Add task to model card for discoverability (8cdd79fa6820f522d9790ecf48267ebbf7093729)
Co-authored-by: Omar Sanseviero <osanseviero@users.noreply.huggingface.co>