Browse Source

Merge pull request #386 from edgett/patch-1

Update compile.yml to fix not building for windows
tags/0.9.1
Martin Evans GitHub 1 year ago
parent
commit
889d99bfe2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/compile.yml

+ 1
- 1
.github/workflows/compile.yml View File

@@ -57,7 +57,7 @@ jobs:
- build: 'avx'
defines: '-DLLAMA_AVX2=OFF'
- build: 'avx512'
defines: '-DLLAMA_AVX512=ON -LLAMA_AVX512_VBMI=ON -DLLAMA_AVX512_VNNI=ON'
defines: '-DLLAMA_AVX512=ON -DLLAMA_AVX512_VBMI=ON -DLLAMA_AVX512_VNNI=ON'
runs-on: windows-latest
steps:
- uses: actions/checkout@v3


Loading…
Cancel
Save