We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6becd43 commit c62980fCopy full SHA for c62980f
.github/workflows/compile.yml
@@ -28,23 +28,23 @@ jobs:
28
include:
29
- build: 'noavx'
30
defines: '-DGGML_AVX=OFF -DGGML_AVX2=OFF -DGGML_FMA=OFF'
31
- os: ubuntu-20.04
+ os: ubuntu-24.04
32
arch: x64
33
- build: 'avx2'
34
defines: ''
35
36
37
- build: 'avx'
38
defines: '-DGGML_AVX2=OFF'
39
40
41
- build: 'avx512'
42
defines: '-DGGML_AVX512=ON'
43
os: ubuntu-20.04
44
45
- build: 'aarch64'
46
defines: '-DGGML_NATIVE=OFF -DGGML_CPU_AARCH64=ON -DGGML_CPU_ARM_ARCH=armv8-a'
47
- os: ubuntu-22.04-arm
+ os: ubuntu-24.04-arm
48
arch: arm64
49
runs-on: ${{ matrix.os }}
50
steps:
0 commit comments