server: test: ci fix cublas build
This commit is contained in:
parent
e4fb790077
commit
2edd995f2a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/server-test.yml
vendored
2
.github/workflows/server-test.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
- build: 'vulkan'
|
||||
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_VULKAN=ON'
|
||||
- build: 'cublas'
|
||||
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUBLAS=ON -DCUDAToolkit_ROOT=/usr/local/cuda'
|
||||
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUBLAS=ON -DCUDAToolkit_ROOT=/usr/local/cuda -DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc'
|
||||
|
||||
steps:
|
||||
- name: Clone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue