Instructions to use maitrix-org/Voila-audio-alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maitrix-org/Voila-audio-alpha with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("maitrix-org/Voila-audio-alpha") model = AutoModel.from_pretrained("maitrix-org/Voila-audio-alpha") - Notebooks
- Google Colab
- Kaggle
Fix pipeline tag
#1 opened 11 months ago
by
nielsr