Skip to content

Commit

Permalink
Added AVX and AVX2 to MacOS x86_64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
martindevans committed Dec 13, 2023
1 parent d87d654 commit 0b8422e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
- build: 'arm64'
defines: '-DCMAKE_OSX_ARCHITECTURES=arm64'
- build: 'x64'
defines: '-DCMAKE_OSX_ARCHITECTURES=x86_64 -DLLAMA_METAL=OFF'
defines: '-DCMAKE_OSX_ARCHITECTURES=x86_64 -DLLAMA_METAL=OFF -DLLAMA_AVX=ON -DLLAMA_AVX2=ON'
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0b8422e

Please sign in to comment.