We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb959ce commit e78873eCopy full SHA for e78873e
1 file changed
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
include:
18
- # Linux CPU builds
+ # Linux builds
19
- os: ubuntu-latest
20
arch: x86_64
21
name: linux-cpu
@@ -28,14 +28,10 @@ jobs:
28
29
name: linux-cpu-avx512
30
make: LLAMA="-DGGML_NATIVE=OFF -DGGML_AVX512=ON -DGGML_AVX512_VNNI=ON"
31
-
32
- # Linux BLAS builds
33
34
35
name: linux-openblas
36
make: LLAMA="-DGGML_NATIVE=ON -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS"
37
38
- # Linux GPU builds
39
40
41
name: linux-vulkan
0 commit comments