Skip to content

Commit 889d99b

Browse files
authored
Merge pull request #386 from edgett/patch-1
Update compile.yml to fix not building for windows
2 parents 82baee7 + b6dec83 commit 889d99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- build: 'avx'
5858
defines: '-DLLAMA_AVX2=OFF'
5959
- build: 'avx512'
60-
defines: '-DLLAMA_AVX512=ON -LLAMA_AVX512_VBMI=ON -DLLAMA_AVX512_VNNI=ON'
60+
defines: '-DLLAMA_AVX512=ON -DLLAMA_AVX512_VBMI=ON -DLLAMA_AVX512_VNNI=ON'
6161
runs-on: windows-latest
6262
steps:
6363
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)