Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -4,16 +4,16 @@ pipeline_tag: text-to-speech
|
|
| 4 |
library_name: rlx
|
| 5 |
tags:
|
| 6 |
- soprano
|
| 7 |
-
-
|
| 8 |
- tts
|
| 9 |
- rlx
|
| 10 |
---
|
| 11 |
|
| 12 |
-
# Soprano 1.1
|
| 13 |
|
| 14 |
-
Soprano 1.1
|
| 15 |
|
| 16 |
-
**Kind:**
|
| 17 |
|
| 18 |
**Suggested Hub repo:** `eugenehp/soprano`
|
| 19 |
|
|
@@ -23,14 +23,14 @@ Soprano 1.1 KV-cache ONNX export for RLX.
|
|
| 23 |
|
| 24 |
## Contents
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
## Run with RLX
|
| 29 |
|
| 30 |
From [rlx-models](https://github.com/MIT-RLX/rlx-models) with this directory as the model path:
|
| 31 |
|
| 32 |
```bash
|
| 33 |
-
cargo run -p rlx-soprano --release -- --model-dir .
|
| 34 |
```
|
| 35 |
|
| 36 |
## License
|
|
|
|
| 4 |
library_name: rlx
|
| 5 |
tags:
|
| 6 |
- soprano
|
| 7 |
+
- gguf
|
| 8 |
- tts
|
| 9 |
- rlx
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# Soprano 1.1 (RLX GGUF)
|
| 13 |
|
| 14 |
+
Packed RLX Soprano 1.1 runnable GGUF (`soprano.gguf`, format `rlx-soprano-gguf-v1`). Not community LM-only Q4 GGUF.
|
| 15 |
|
| 16 |
+
**Kind:** RLX-native weight bundle (not a plain upstream mirror).
|
| 17 |
|
| 18 |
**Suggested Hub repo:** `eugenehp/soprano`
|
| 19 |
|
|
|
|
| 23 |
|
| 24 |
## Contents
|
| 25 |
|
| 26 |
+
`soprano.gguf` — pack with `just export-soprano-gguf`.
|
| 27 |
|
| 28 |
## Run with RLX
|
| 29 |
|
| 30 |
From [rlx-models](https://github.com/MIT-RLX/rlx-models) with this directory as the model path:
|
| 31 |
|
| 32 |
```bash
|
| 33 |
+
cargo run -p rlx-soprano --release -- --model-dir . --text "Hi." --output /tmp/soprano.wav
|
| 34 |
```
|
| 35 |
|
| 36 |
## License
|