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 2c8bf24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .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 Down

0 comments on commit 2c8bf24

Please sign in to comment.