Skip to content

Commit

Permalink
server: test: ci matrix, experimental on matrix avx512 entry which fa…
Browse files Browse the repository at this point in the history
…il test
  • Loading branch information
phymbert committed Feb 23, 2024
1 parent 13863ef commit 4d3791a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- 8888
options: --cpus 4

continue-on-error: true

strategy:
matrix:
sanitizer: [ADDRESS, THREAD, UNDEFINED]
Expand All @@ -37,6 +35,7 @@ jobs:
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX2=OFF'
- build: 'avx512'
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX512=ON'
experimental: true # aiohttp.client_exceptions.ClientOSError: [Errno 104] Connection reset by peer
- build: 'clblast'
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CLBLAST=ON'
- build: 'openblas'
Expand Down Expand Up @@ -117,6 +116,7 @@ jobs:
- name: Server Integration Tests
id: server_integration_test
continue-on-error: ${{ matrix.experimental }}
run: |
cd examples/server/tests
PORT=8888 ./tests.sh

0 comments on commit 4d3791a

Please sign in to comment.