Skip to content

Commit

Permalink
server: test: ci give up with nvidia as it requires the nvidia docker…
Browse files Browse the repository at this point in the history
… runtime
  • Loading branch information
phymbert committed Feb 23, 2024
1 parent c75e0e1 commit d69437f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- build: 'cublas'
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CUBLAS=ON'
image: nvidia/cuda:12.3.1-devel-ubuntu22.04
arch_not_available: true # require nvidia docker engine
- build: 'clblast'
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CLBLAST=ON'
image: ubuntu:latest
Expand All @@ -58,7 +59,7 @@ jobs:
image: ${{ matrix.image }}
ports:
- 8888
options: --cpus 4
options: --cpus 4 ${{ matrix.build == 'cublas' && '--gpu all'}}

steps:
- name: Clone
Expand Down

0 comments on commit d69437f

Please sign in to comment.