ecyht2 commited on
Commit
b469a9c
·
verified ·
1 Parent(s): 84377a8

fix: Fixed bold formatting for Note

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- *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
 
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