Spaces:
Running
Running
examples: Update the README for Talk - fixing the gpt2 URL (#1334)
Browse files- examples/talk/README.md +1 -1
examples/talk/README.md
CHANGED
|
@@ -31,7 +31,7 @@ To run this, you will need a ggml GPT-2 model: [instructions](https://github.com
|
|
| 31 |
Alternatively, you can simply download the smallest ggml GPT-2 117M model (240 MB) like this:
|
| 32 |
|
| 33 |
```
|
| 34 |
-
wget --quiet --show-progress -O models/ggml-gpt-2-117M.bin https://huggingface.co/ggerganov/ggml/
|
| 35 |
```
|
| 36 |
|
| 37 |
## TTS
|
|
|
|
| 31 |
Alternatively, you can simply download the smallest ggml GPT-2 117M model (240 MB) like this:
|
| 32 |
|
| 33 |
```
|
| 34 |
+
wget --quiet --show-progress -O models/ggml-gpt-2-117M.bin https://huggingface.co/ggerganov/ggml/resolve/main/ggml-model-gpt-2-117M.bin
|
| 35 |
```
|
| 36 |
|
| 37 |
## TTS
|