Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
-
This only works with the token ID directly. The tokenizer is completely busted.
|
| 2 |
-
|
| 3 |
-
CosyVoice also has a rich pre- and post- processing on top of the LLM step, so you can't do TTS out of the box with llamacpp.
|
| 4 |
-
Nevertheless, the LLM step is the slowest, and switching from pytorch to llamacpp yields 10x perf gain.
|
| 5 |
-
|
| 6 |
---
|
|
|
|
| 7 |
license: apache-2.0
|
| 8 |
base_model:
|
| 9 |
- FunAudioLLM/CosyVoice2-0.5B
|
| 10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
pipeline_tag: text-to-speech
|
| 3 |
license: apache-2.0
|
| 4 |
base_model:
|
| 5 |
- FunAudioLLM/CosyVoice2-0.5B
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
This only works with the token ID directly. The tokenizer is completely busted.
|
| 9 |
+
|
| 10 |
+
CosyVoice also has a rich pre- and post- processing on top of the LLM step, so you can't do TTS out of the box with llamacpp.
|
| 11 |
+
Nevertheless, the LLM step is the slowest, and switching from pytorch to llamacpp yields 10x perf gain.
|