Skip to content

Commit

Permalink
chore: fix windows build avx512
Browse files Browse the repository at this point in the history
  • Loading branch information
leejet committed Aug 21, 2023
1 parent a076db0 commit 8057184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- build: 'avx'
defines: '-DGGML_AVX2=OFF'
- build: 'avx512'
defines: '-DGGML_AVX512=ON -DBUILD_SHARED_LIBS=ON'
defines: '-DGGML_AVX512=ON'

steps:
- name: Clone
Expand Down

0 comments on commit 8057184

Please sign in to comment.