eugenehp commited on
Commit
557d0af
·
verified ·
1 Parent(s): 3414786

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -4,16 +4,16 @@ pipeline_tag: text-to-speech
4
  library_name: rlx
5
  tags:
6
  - soprano
7
- - onnx
8
  - tts
9
  - rlx
10
  ---
11
 
12
- # Soprano 1.1 ONNX (RLX staging)
13
 
14
- Soprano 1.1 KV-cache ONNX export for RLX.
15
 
16
- **Kind:** Staging redistrib of an upstream checkpoint for RLX runners.
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
- Weight tensors and configs in this directory (see file listing on the Hub).
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