mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
temp disable avx stuff
This commit is contained in:
parent
6358835d98
commit
161884f495
18
.github/workflows/build-commit.yml
vendored
18
.github/workflows/build-commit.yml
vendored
@ -75,15 +75,15 @@ jobs:
|
||||
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- build: 'avx2'
|
||||
defines: ''
|
||||
- build: 'avx'
|
||||
defines: '-DLLAMA_AVX2=OFF'
|
||||
- build: 'avx512'
|
||||
defines: '-DLLAMA_AVX512=ON'
|
||||
# strategy:
|
||||
# matrix:
|
||||
# include:
|
||||
# - build: 'avx2'
|
||||
# defines: ''
|
||||
# - build: 'avx'
|
||||
# defines: '-DLLAMA_AVX2=OFF'
|
||||
# - build: 'avx512'
|
||||
# defines: '-DLLAMA_AVX512=ON'
|
||||
|
||||
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user