summaryrefslogtreecommitdiff
path: root/scripts/compare-commits.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/compare-commits.sh')
-rwxr-xr-xscripts/compare-commits.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/compare-commits.sh b/scripts/compare-commits.sh
index a45cd396..70679f4e 100755
--- a/scripts/compare-commits.sh
+++ b/scripts/compare-commits.sh
@@ -12,7 +12,7 @@ bench_args="${@:3}"
rm -f llama-bench.sqlite > /dev/null
-# to test a backend, call the script with the corresponding environment variable (e.g. LLAMA_CUDA=1 ./scripts/compare-commits.sh ...)
+# to test a backend, call the script with the corresponding environment variable (e.g. GGML_CUDA=1 ./scripts/compare-commits.sh ...)
git checkout $1 > /dev/null
make clean > /dev/null