From 47b297224eb4c62c0679e2f8db623ee3cef4819b Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 20 Jan 2023 08:45:45 +0200 Subject: [PATCH] Update README.md --- examples/gpt-j/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/examples/gpt-j/README.md b/examples/gpt-j/README.md index 68c4136..7cc78fc 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 ---