Skip to content

Commit ec65fb5

Browse files
authored
ci : remove vulkaninfo calls (ggml-org#16169)
1 parent 1d660d2 commit ec65fb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,6 @@ jobs:
13961396
- name: Test
13971397
id: ggml-ci
13981398
run: |
1399-
vulkaninfo
14001399
GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
14011400
14021401
ggml-ci-x64-amd-v710-rocm:
@@ -1410,7 +1409,6 @@ jobs:
14101409
- name: Test
14111410
id: ggml-ci
14121411
run: |
1413-
vulkaninfo
14141412
GG_BUILD_ROCM=1 GG_BUILD_AMDGPU_TARGETS="gfx1101" bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
14151413
14161414
ggml-ci-mac-metal:

0 commit comments

Comments
 (0)