diff options
Diffstat (limited to 'scripts/compare-commits.sh')
-rwxr-xr-x | scripts/compare-commits.sh | 2 |
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 |