Instructions to use fixie-ai/ultravox-v0_6-qwen-3-32b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fixie-ai/ultravox-v0_6-qwen-3-32b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fixie-ai/ultravox-v0_6-qwen-3-32b", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -50,7 +50,8 @@
|
|
| 50 |
"audio_token_index": 151669,
|
| 51 |
"auto_map": {
|
| 52 |
"AutoConfig": "ultravox_config.UltravoxConfig",
|
| 53 |
-
"AutoModel": "ultravox_model.UltravoxModel"
|
|
|
|
| 54 |
},
|
| 55 |
"custom_pipelines": {
|
| 56 |
"ultravox-pipeline": {
|
|
|
|
| 50 |
"audio_token_index": 151669,
|
| 51 |
"auto_map": {
|
| 52 |
"AutoConfig": "ultravox_config.UltravoxConfig",
|
| 53 |
+
"AutoModel": "ultravox_model.UltravoxModel",
|
| 54 |
+
"AutoProcessor": "ultravox_processing.UltravoxProcessor"
|
| 55 |
},
|
| 56 |
"custom_pipelines": {
|
| 57 |
"ultravox-pipeline": {
|