Skip to content

Commit aeef2eb

Browse files
committed
update compile.yml DGGML_CPU_ARM_ARCH=armv8-a
1 parent bc4dde8 commit aeef2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
os: ubuntu-20.04
4444
arch: x64
4545
- build: 'aarch64'
46-
defines: '-DGGML_NATIVE=OFF -DGGML_CPU_AARCH64=ON -DGGML_CPU_ARM_ARCH=generic'
46+
defines: '-DGGML_NATIVE=OFF -DGGML_CPU_AARCH64=ON -DGGML_CPU_ARM_ARCH=armv8-a'
4747
os: ubuntu-22.04-arm
4848
arch: arm64
4949
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)