Instructions to use zai-org/glm-4-9b-chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zai-org/glm-4-9b-chat with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/glm-4-9b-chat", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
pip install transformers==4.40.0 cannot work for glm-4-9b-chat
#82
by iLOVE2D - opened
Hi, I tried pip install transformers==4.40.0 but it still meets this error:
https://github.com/THUDM/GLM-4/issues/360
Could you please close this issue? Use 4.44.0 can work.
iLOVE2D changed discussion title from pip install transformers==4.44.0 cannot work for glm-4-9b-chat to pip install transformers==4.40.0 cannot work for glm-4-9b-chat
Perhaps you should update to 4.44, so it can run properly
ZHANGYUXUAN-zR changed discussion status to closed