summaryrefslogtreecommitdiff
path: root/examples/metal/metal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/metal/metal.cpp')
-rw-r--r--examples/metal/metal.cpp2
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:
//