Browse Source

Merge pull request #360 from martindevans/macos_avx

Added AVX and AVX2 to MacOS x86_64 builds
tags/0.9.1
Martin Evans GitHub 1 year ago
parent
commit
728f7077d8
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

@@ -140,7 +140,7 @@ jobs:
- build: 'arm64' - build: 'arm64'
defines: '-DCMAKE_OSX_ARCHITECTURES=arm64' defines: '-DCMAKE_OSX_ARCHITECTURES=arm64'
- build: 'x64' - 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 runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3


Loading…
Cancel
Save