Sync model card
Browse files
README.md
CHANGED
|
@@ -51,7 +51,7 @@ model = MossAudioTokenizerModel.from_path("mlx-int8")
|
|
| 51 |
The tokenizer is loaded automatically when you run OpenMOSS generation scripts. You usually do not need to instantiate it directly.
|
| 52 |
|
| 53 |
```bash
|
| 54 |
-
python scripts/
|
| 55 |
--text "Hello from mlx-speech." \
|
| 56 |
--output outputs/out.wav
|
| 57 |
```
|
|
|
|
| 51 |
The tokenizer is loaded automatically when you run OpenMOSS generation scripts. You usually do not need to instantiate it directly.
|
| 52 |
|
| 53 |
```bash
|
| 54 |
+
python scripts/generate/moss_local.py \
|
| 55 |
--text "Hello from mlx-speech." \
|
| 56 |
--output outputs/out.wav
|
| 57 |
```
|