Skip to content

Commit

Permalink
examples: Update the README for Talk - fixing the gpt2 URL (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunofaustino committed Sep 30, 2023
1 parent 9edbd0a commit c76c11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/talk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To run this, you will need a ggml GPT-2 model: [instructions](https://github.com
Alternatively, you can simply download the smallest ggml GPT-2 117M model (240 MB) like this:

```
wget --quiet --show-progress -O models/ggml-gpt-2-117M.bin https://huggingface.co/ggerganov/ggml/raw/main/ggml-model-gpt-2-117M.bin
wget --quiet --show-progress -O models/ggml-gpt-2-117M.bin https://huggingface.co/ggerganov/ggml/resolve/main/ggml-model-gpt-2-117M.bin
```

## TTS
Expand Down

0 comments on commit c76c11e

Please sign in to comment.