From: Jakob Frick Date: Thu, 13 Apr 2023 12:41:53 +0000 (+0200) Subject: gpt-2 : typo fix for the Cerebras instructions (#57) X-Git-Tag: upstream/0.0.1642~1551 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=75824e76bd41818ff8902d244feec1ec6c1d2c86;p=pkg%2Fggml%2Fsources%2Fggml gpt-2 : typo fix for the Cerebras instructions (#57) --- diff --git a/README.md b/README.md index d829a966..a3d4c542 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ make -j4 gpt-2 gpt-j # Run the Cerebras-GPT 111M model # Download from: https://huggingface.co/cerebras -python3 ./examples/gpt-2/convert-cerebras-to-ggml.py /path/to/Cerebras-GPT-111M/ +python3 ../examples/gpt-2/convert-cerebras-to-ggml.py /path/to/Cerebras-GPT-111M/ ./bin/gpt-2 -m /path/to/Cerebras-GPT-111M/ggml-model-f16.bin -p "This is an example" ```