File size: 521 Bytes
b0a633e
b5feafe
b0a633e
 
 
b5feafe
 
 
 
8c8443b
d3e9f67
b5feafe
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
pipeline_tag: text-to-speech
license: apache-2.0
base_model:
- FunAudioLLM/CosyVoice2-0.5B
---

This only works with the token ID directly. The tokenizer is completely busted.

Update: the f16 and q8 now has the bias head. The q6 and q4 doesn't but I'm not sure how usable they are...

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. 
Nevertheless, the LLM step is the slowest, and switching from pytorch to llamacpp yields 10x perf gain.