Audio-to-Audio
Transformers
Safetensors
llama
audio
audio-language-model
speech-recognition
audio-understanding
text-to-speech
speech-conversation
end-to-end
text-generation-inference
Instructions to use maitrix-org/Voila-chat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maitrix-org/Voila-chat with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("maitrix-org/Voila-chat") model = AutoModel.from_pretrained("maitrix-org/Voila-chat") - Notebooks
- Google Colab
- Kaggle
I want to ask how to make it speak Chinese.
#3
by develop2025 - opened
Hello, thank you for sharing.
I want to ask how to make it speak Chinese. I downloaded the relevant model and files according to your demo, and also configured Chinese prompt words, but I still haven't spoken Chinese. Do you need special configuration?