Instructions to use fixie-ai/ultravox-v0_7-glm-4_6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fixie-ai/ultravox-v0_7-glm-4_6 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fixie-ai/ultravox-v0_7-glm-4_6", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 155 Bytes
b110422 | 1 2 3 4 5 6 7 8 9 10 11 | {
"_from_model_config": true,
"eos_token_id": [
151329,
151336,
151338
],
"pad_token_id": 151329,
"transformers_version": "4.56.2"
}
|