mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 02:58:50 +00:00
Add the Orpheus TTS. (#2886)
* Add the Orpheus TTS. * Add a small readme. * Token fix. * Support more voices. * Clippy fixes.
This commit is contained in:
14
candle-examples/examples/orpheus/README.md
Normal file
14
candle-examples/examples/orpheus/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Orpheus
|
||||
|
||||
Orpheus is a 3B text-to-speech model based on Llama.
|
||||
|
||||
- Weights on HuggingFace
|
||||
[canopylabs/orpheus-3b-0.1-ft](https://huggingface.co/canopylabs/orpheus-3b-0.1-ft).
|
||||
- Code on GitHub [canopyai/Orpheus-TTS](https://github.com/canopyai/Orpheus-TTS).
|
||||
|
||||
|
||||
```bash
|
||||
cargo run --example orpheus --features cuda -r
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user