]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : remove vulkaninfo calls (#16169)
authorGeorgi Gerganov <redacted>
Mon, 22 Sep 2025 07:16:05 +0000 (10:16 +0300)
committerGitHub <redacted>
Mon, 22 Sep 2025 07:16:05 +0000 (10:16 +0300)
.github/workflows/build.yml

index a7efce00716f1be3752f088021534480dcf69878..afdcdd07b05cc8b6de40d80ea7c173cfe7eab518 100644 (file)
@@ -1396,7 +1396,6 @@ jobs:
       - name: Test
         id: ggml-ci
         run: |
-          vulkaninfo
           GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
 
   ggml-ci-x64-amd-v710-rocm:
@@ -1410,7 +1409,6 @@ jobs:
       - name: Test
         id: ggml-ci
         run: |
-          vulkaninfo
           GG_BUILD_ROCM=1 GG_BUILD_AMDGPU_TARGETS="gfx1101" bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
 
   ggml-ci-mac-metal: