Skip to content

Commit e78873e

Browse files
committed
clear(workflow): update comments
1 parent cb959ce commit e78873e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
# Linux CPU builds
18+
# Linux builds
1919
- os: ubuntu-latest
2020
arch: x86_64
2121
name: linux-cpu
@@ -28,14 +28,10 @@ jobs:
2828
arch: x86_64
2929
name: linux-cpu-avx512
3030
make: LLAMA="-DGGML_NATIVE=OFF -DGGML_AVX512=ON -DGGML_AVX512_VNNI=ON"
31-
32-
# Linux BLAS builds
3331
- os: ubuntu-latest
3432
arch: x86_64
3533
name: linux-openblas
3634
make: LLAMA="-DGGML_NATIVE=ON -DGGML_BLAS=ON -DGGML_BLAS_VENDOR=OpenBLAS"
37-
38-
# Linux GPU builds
3935
- os: ubuntu-latest
4036
arch: x86_64
4137
name: linux-vulkan

0 commit comments

Comments
 (0)