Instructions to use zai-org/glm-4v-9b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zai-org/glm-4v-9b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/glm-4v-9b", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Fix typo in README_en.md
Browse files- README_en.md +1 -1
README_en.md
CHANGED
|
@@ -62,7 +62,7 @@ with torch.no_grad():
|
|
| 62 |
|
| 63 |
## License
|
| 64 |
|
| 65 |
-
|
| 66 |
|
| 67 |
## Citation
|
| 68 |
|
|
|
|
| 62 |
|
| 63 |
## License
|
| 64 |
|
| 65 |
+
The use of the GLM-4 model weights needs to comply with the [LICENSE](LICENSE).
|
| 66 |
|
| 67 |
## Citation
|
| 68 |
|