Added AVX and AVX2 to MacOS x86_64 builds

This commit is contained in:
Martin Evans 2023-12-13 14:46:43 +00:00
parent d87d654a34
commit 0b8422ea7f
1 changed files with 1 additions and 1 deletions

View File

@ -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