mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-10 10:14:33 +00:00
cuda : rename build flag to LLAMA_CUDA (#6299)
This commit is contained in:
parent
b06c16ef9f
commit
280345968d
28 changed files with 129 additions and 115 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue