Instructions to use zai-org/glm-4-9b-chat-1m 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-1m with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/glm-4-9b-chat-1m", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model cannot be submitted to the LLM-V2 leaderboard
#16
by CombinHorizon - opened
it triggers the error message: “needs to be launched with trust_remote_code=True.
For safety reason, we do not allow these models to be automatically submitted to the leaderboard.”
but for the Portuguese leader-board it scored very high for it's size
could the model be adapted to reduce these obstables?