Skip to content

Commit 7dba049

Browse files
authored
ci : disable ggml-ci-x64-amd-* (#17753)
1 parent 83c1171 commit 7dba049

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.github/workflows/build.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,33 +1602,33 @@ jobs:
16021602
run: |
16031603
bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
16041604
1605-
ggml-ci-x64-amd-vulkan:
1606-
runs-on: [self-hosted, Linux, X64, AMD]
1607-
1608-
steps:
1609-
- name: Clone
1610-
id: checkout
1611-
uses: actions/checkout@v4
1612-
1613-
- name: Test
1614-
id: ggml-ci
1615-
run: |
1616-
vulkaninfo --summary
1617-
GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
1618-
1619-
ggml-ci-x64-amd-rocm:
1620-
runs-on: [self-hosted, Linux, X64, AMD]
1621-
1622-
steps:
1623-
- name: Clone
1624-
id: checkout
1625-
uses: actions/checkout@v4
1626-
1627-
- name: Test
1628-
id: ggml-ci
1629-
run: |
1630-
amd-smi static
1631-
GG_BUILD_ROCM=1 GG_BUILD_AMDGPU_TARGETS="gfx1101" bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
1605+
# ggml-ci-x64-amd-vulkan:
1606+
# runs-on: [self-hosted, Linux, X64, AMD]
1607+
1608+
# steps:
1609+
# - name: Clone
1610+
# id: checkout
1611+
# uses: actions/checkout@v4
1612+
1613+
# - name: Test
1614+
# id: ggml-ci
1615+
# run: |
1616+
# vulkaninfo --summary
1617+
# GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
1618+
1619+
# ggml-ci-x64-amd-rocm:
1620+
# runs-on: [self-hosted, Linux, X64, AMD]
1621+
1622+
# steps:
1623+
# - name: Clone
1624+
# id: checkout
1625+
# uses: actions/checkout@v4
1626+
1627+
# - name: Test
1628+
# id: ggml-ci
1629+
# run: |
1630+
# amd-smi static
1631+
# GG_BUILD_ROCM=1 GG_BUILD_AMDGPU_TARGETS="gfx1101" bash ./ci/run.sh ~/results/llama.cpp /mnt/llama.cpp
16321632

16331633
ggml-ci-mac-metal:
16341634
runs-on: [self-hosted, macOS, ARM64]

0 commit comments

Comments
 (0)