From: Georgi Gerganov Date: Fri, 20 Jan 2023 06:45:45 +0000 (+0200) Subject: Update README.md X-Git-Tag: upstream/0.0.1642~1583 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=47b297224eb4c62c0679e2f8db623ee3cef4819b;p=pkg%2Fggml%2Fsources%2Fggml Update README.md --- diff --git a/examples/gpt-j/README.md b/examples/gpt-j/README.md index 68c41361..7cc78fc7 100644 --- a/examples/gpt-j/README.md +++ b/examples/gpt-j/README.md @@ -214,8 +214,11 @@ make -j4 gpt-j ``` To run the `gpt-j` tool, you need the 12GB `ggml-model.bin` file which contains the GPT-J model in -[ggml](https://github.com/ggerganov/ggml) compatible format. In the instructions above, I download the binary file -directly from one of my servers, using the [download-ggml-model.sh](download-ggml-model.sh) script. +[ggml](https://github.com/ggerganov/ggml) compatible format. In the instructions above, the binary file +is downloaded from my repository on Hugging Face using the [download-ggml-model.sh](download-ggml-model.sh) script. +You can also, download the file manually from this link: + +https://huggingface.co/datasets/ggerganov/ggml/tree/main ---