Skip to content

Commit c75db1e

Browse files
authored
Update README.md (#692)
1 parent 2f3b12f commit c75db1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ make -j4 gpt-2-backend gpt-j
8181

8282
# Run the GPT-2 small 117M model
8383
../examples/gpt-2/download-ggml-model.sh 117M
84-
./bin/gpt-2 -m models/gpt-2-117M/ggml-model.bin -p "This is an example"
84+
./bin/gpt-2-backend -m models/gpt-2-117M/ggml-model.bin -p "This is an example"
8585

8686
# Run the GPT-J 6B model (requires 12GB disk space and 16GB CPU RAM)
8787
../examples/gpt-j/download-ggml-model.sh 6B

0 commit comments

Comments
 (0)