candle-examples 0.10.2

Minimalist ML framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
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
```