server: test: ci give up with nvidia as it requires the nvidia docker runtime
This commit is contained in:
parent
c75e0e106b
commit
2c8bf2407b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/server-test.yml
vendored
1
.github/workflows/server-test.yml
vendored
|
@ -38,6 +38,7 @@ jobs:
|
||||||
- build: 'cublas'
|
- build: 'cublas'
|
||||||
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUBLAS=ON'
|
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUBLAS=ON'
|
||||||
image: nvidia/cuda:12.3.1-devel-ubuntu22.04
|
image: nvidia/cuda:12.3.1-devel-ubuntu22.04
|
||||||
|
arch_not_available: true # require nvidia docker engine
|
||||||
- build: 'clblast'
|
- build: 'clblast'
|
||||||
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CLBLAST=ON'
|
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CLBLAST=ON'
|
||||||
image: ubuntu:latest
|
image: ubuntu:latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue