We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3b12f commit c75db1eCopy full SHA for c75db1e
README.md
@@ -81,7 +81,7 @@ make -j4 gpt-2-backend gpt-j
81
82
# Run the GPT-2 small 117M model
83
../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"
+./bin/gpt-2-backend -m models/gpt-2-117M/ggml-model.bin -p "This is an example"
85
86
# Run the GPT-J 6B model (requires 12GB disk space and 16GB CPU RAM)
87
../examples/gpt-j/download-ggml-model.sh 6B
0 commit comments