server: test: ci matrix, experimental on matrix avx512 entry which fail test
This commit is contained in:
parent
13863ef956
commit
4d3791a4cb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/server-test.yml
vendored
4
.github/workflows/server-test.yml
vendored
|
@ -21,8 +21,6 @@ jobs:
|
||||||
- 8888
|
- 8888
|
||||||
options: --cpus 4
|
options: --cpus 4
|
||||||
|
|
||||||
continue-on-error: true
|
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
sanitizer: [ADDRESS, THREAD, UNDEFINED]
|
sanitizer: [ADDRESS, THREAD, UNDEFINED]
|
||||||
|
@ -37,6 +35,7 @@ jobs:
|
||||||
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX2=OFF'
|
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX2=OFF'
|
||||||
- build: 'avx512'
|
- build: 'avx512'
|
||||||
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX512=ON'
|
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'
|
- build: 'clblast'
|
||||||
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CLBLAST=ON'
|
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CLBLAST=ON'
|
||||||
- build: 'openblas'
|
- build: 'openblas'
|
||||||
|
@ -117,6 +116,7 @@ jobs:
|
||||||
|
|
||||||
- name: Server Integration Tests
|
- name: Server Integration Tests
|
||||||
id: server_integration_test
|
id: server_integration_test
|
||||||
|
continue-on-error: ${{ matrix.experimental }}
|
||||||
run: |
|
run: |
|
||||||
cd examples/server/tests
|
cd examples/server/tests
|
||||||
PORT=8888 ./tests.sh
|
PORT=8888 ./tests.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue