Instructions to use fixie-ai/ultravox-v0_4_1-llama-3_1-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_1-llama-3_1-8b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fixie-ai/ultravox-v0_4_1-llama-3_1-8b", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by reach-vb - opened
No description provided.
Thanks Vaibhav. Can I ask what the audio-text-to-text pipeline does? Is it just a tag or does it have a concrete implementation.
I don't see it in transformers library and there's no info on it in on the task page for it either.
On a related note, I'd be more than happy to work on contributing any code you think might be useful from Ultravox back to the transformers library as well.