Skip to content

Commit c76c11e

Browse files
examples: Update the README for Talk - fixing the gpt2 URL (ggml-org#1334)
1 parent 9edbd0a commit c76c11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/talk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To run this, you will need a ggml GPT-2 model: [instructions](https://github.com
3131
Alternatively, you can simply download the smallest ggml GPT-2 117M model (240 MB) like this:
3232

3333
```
34-
wget --quiet --show-progress -O models/ggml-gpt-2-117M.bin https://huggingface.co/ggerganov/ggml/raw/main/ggml-model-gpt-2-117M.bin
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
3535
```
3636

3737
## TTS

0 commit comments

Comments
 (0)