]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
Update README.md (#692)
authorotaGran <redacted>
Wed, 10 Jan 2024 16:12:18 +0000 (11:12 -0500)
committerGitHub <redacted>
Wed, 10 Jan 2024 16:12:18 +0000 (17:12 +0100)
README.md

index 9ceb5c738a60b58bd0de12708b355f7d3dda60cb..50d4c12c7278efc3cfc28bd1a8bb57fc178891cf 100644 (file)
--- 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