Tinysoft commited on
Commit
b5feafe
·
verified ·
1 Parent(s): 6b23fc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
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.