From: otaGran Date: Wed, 10 Jan 2024 16:12:18 +0000 (-0500) Subject: Update README.md (#692) X-Git-Tag: upstream/0.0.1642~1108 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c75db1e831de4286ed6e62794f3e386915787456;p=pkg%2Fggml%2Fsources%2Fggml Update README.md (#692) --- diff --git a/README.md b/README.md index 9ceb5c73..50d4c12c 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ make -j4 gpt-2-backend gpt-j # Run the GPT-2 small 117M model ../examples/gpt-2/download-ggml-model.sh 117M -./bin/gpt-2 -m models/gpt-2-117M/ggml-model.bin -p "This is an example" +./bin/gpt-2-backend -m models/gpt-2-117M/ggml-model.bin -p "This is an example" # Run the GPT-J 6B model (requires 12GB disk space and 16GB CPU RAM) ../examples/gpt-j/download-ggml-model.sh 6B