Instructions to use fixie-ai/ultravox-v0_4-ToolACE-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fixie-ai/ultravox-v0_4-ToolACE-8B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fixie-ai/ultravox-v0_4-ToolACE-8B", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "audio_context_size": 3000, | |
| "audio_padding": "longest", | |
| "audio_placeholder": "<|audio|>", | |
| "auto_map": { | |
| "AutoProcessor": "ultravox_processing.UltravoxProcessor" | |
| }, | |
| "encoder_ds_factor": 2, | |
| "processor_class": "UltravoxProcessor", | |
| "stack_factor": 8 | |
| } | |