Instructions to use thu-coai/CharacterGLM-6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thu-coai/CharacterGLM-6B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("thu-coai/CharacterGLM-6B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
update repo_id
#2
by wandz - opened
No description provided.
JinfengZhou changed pull request status to merged