diff options
Diffstat (limited to 'examples/metal/metal.cpp')
-rw-r--r-- | examples/metal/metal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/metal/metal.cpp b/examples/metal/metal.cpp index 7438defd..c05a4fa9 100644 --- a/examples/metal/metal.cpp +++ b/examples/metal/metal.cpp @@ -2,7 +2,7 @@ // // - First, export a LLaMA graph: // -// $ ./bin/main -m ../models/7B/ggml-model-q4_0.bin --export +// $ ./bin/main -m ../models/7B/ggml-model-q4_0.gguf --export // // - Run this tool to evaluate the exported graph: // |