]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
Update README.md
authorGeorgi Gerganov <redacted>
Fri, 20 Jan 2023 06:45:45 +0000 (08:45 +0200)
committerGitHub <redacted>
Fri, 20 Jan 2023 06:45:45 +0000 (08:45 +0200)
examples/gpt-j/README.md

index 68c41361a805b9d10d6ae4ce6fd27a5e70ffd292..7cc78fc7552c623797a267485a300fbcd5ad439b 100644 (file)
@@ -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
 
 ---