Skip to content

Commit

Permalink
Merge pull request #360 from martindevans/macos_avx
Browse files Browse the repository at this point in the history
Added AVX and AVX2 to MacOS x86_64 builds
  • Loading branch information
martindevans authored Dec 13, 2023
2 parents d87d654 + 0b8422e commit 728f707
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 728f707

Please sign in to comment.