We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82baee7 + b6dec83 commit 889d99bCopy full SHA for 889d99b
.github/workflows/compile.yml
@@ -57,7 +57,7 @@ jobs:
57
- build: 'avx'
58
defines: '-DLLAMA_AVX2=OFF'
59
- build: 'avx512'
60
- defines: '-DLLAMA_AVX512=ON -LLAMA_AVX512_VBMI=ON -DLLAMA_AVX512_VNNI=ON'
+ defines: '-DLLAMA_AVX512=ON -DLLAMA_AVX512_VBMI=ON -DLLAMA_AVX512_VNNI=ON'
61
runs-on: windows-latest
62
steps:
63
- uses: actions/checkout@v3
0 commit comments