bfamorim commited on
Commit
751235c
·
unverified ·
1 Parent(s): c587102

examples: Update the README for Talk - fixing the gpt2 URL (#1334)

Browse files
Files changed (1) hide show
  1. 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/raw/main/ggml-model-gpt-2-117M.bin
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