Instructions to use AXERA-TECH/CosyVoice3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AXERA-TECH/CosyVoice3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="AXERA-TECH/CosyVoice3")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AXERA-TECH/CosyVoice3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
ca08716 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f3df943718e65143f30eaa8fb756d6a4410b6a2d4765d2d6b0cc3bc98769e132
size 1806464
|