Instructions to use AXERA-TECH/CosyVoice2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AXERA-TECH/CosyVoice2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="AXERA-TECH/CosyVoice2")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AXERA-TECH/CosyVoice2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,7 +28,8 @@ For those who are interested in model conversion, you can try to export axmodel
|
|
| 28 |
|
| 29 |
- AX650
|
| 30 |
- AX650N DEMO Board
|
| 31 |
-
|
|
|
|
| 32 |
|
| 33 |
**Speech Generation**
|
| 34 |
| Stage | Time |
|
|
|
|
| 28 |
|
| 29 |
- AX650
|
| 30 |
- AX650N DEMO Board
|
| 31 |
+
- [M4N-Dock(爱芯派Pro)](https://wiki.sipeed.com/hardware/zh/maixIV/m4ndock/m4ndock.html)
|
| 32 |
+
- [M.2 Accelerator card](https://axcl-docs.readthedocs.io/zh-cn/latest/doc_guide_hardware.html)
|
| 33 |
|
| 34 |
**Speech Generation**
|
| 35 |
| Stage | Time |
|