From 280345968dabc00d212d43e31145f5c9961a7604 Mon Sep 17 00:00:00 2001 From: slaren Date: Tue, 26 Mar 2024 01:16:01 +0100 Subject: cuda : rename build flag to LLAMA_CUDA (#6299) --- scripts/compare-commits.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/compare-commits.sh') diff --git a/scripts/compare-commits.sh b/scripts/compare-commits.sh index 331c4b9c..d1272506 100755 --- a/scripts/compare-commits.sh +++ b/scripts/compare-commits.sh @@ -23,7 +23,7 @@ fi make_opts="" if [[ "$backend" == "cuda" ]]; then - make_opts="LLAMA_CUBLAS=1" + make_opts="LLAMA_CUDA=1" fi git checkout $1 -- cgit v1.2.3