fix: Fixed bold formatting for Note
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ pipeline_tag: text-to-speech
|
|
11 |
|
12 |
This repository contains the GGUF files for Parler TTS Mini v0.1.
|
13 |
You can run this model by using [TTS.cpp](https://github.com/mmwillet/TTS.cpp).
|
14 |
-
|
15 |
|
16 |
```shell
|
17 |
./cli --model-path /model/path/to/gguf_file.gguf --prompt "I am saying some words" --save-path /tmp/test.wav
|
|
|
11 |
|
12 |
This repository contains the GGUF files for Parler TTS Mini v0.1.
|
13 |
You can run this model by using [TTS.cpp](https://github.com/mmwillet/TTS.cpp).
|
14 |
+
**Note**: TTS.cpp currently only compiles on MacOS with Metal support.
|
15 |
|
16 |
```shell
|
17 |
./cli --model-path /model/path/to/gguf_file.gguf --prompt "I am saying some words" --save-path /tmp/test.wav
|