Skip to content

Commit ef3463b

Browse files
committed
ci : update workflows
1 parent 4bbce1e commit ef3463b

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/build.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ jobs:
860860
echo "$CUDA_TOOLKIT_DIR\libnvvp" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
861861
echo "CUDA_PATH=$CUDA_TOOLKIT_DIR" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
862862
echo "CUDA_PATH_V11_8=$CUDA_TOOLKIT_DIR" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
863-
863+
864864
- name: Install Cuda Toolkit 12.4.0
865865
if: ${{ matrix.cuda-toolkit == '12.4.0' }}
866866
run: |
@@ -1478,7 +1478,7 @@ jobs:
14781478
LLAMA_ARG_THREADS=$(nproc) GG_BUILD_NO_BF16=1 GG_BUILD_EXTRA_TESTS_0=1 bash ./ci/run.sh ./tmp/results ./tmp/mnt
14791479
14801480
ggml-ci-x64-nvidia-cuda:
1481-
runs-on: [self-hosted, Linux, X64, NVIDIA]
1481+
runs-on: [self-hosted, Linux, mnt-root, NVIDIA]
14821482

14831483
steps:
14841484
- name: Clone
@@ -1492,7 +1492,7 @@ jobs:
14921492
GG_BUILD_CUDA=1 bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
14931493
14941494
ggml-ci-x64-nvidia-vulkan-cm:
1495-
runs-on: [self-hosted, Linux, X64, NVIDIA]
1495+
runs-on: [self-hosted, Linux, mnt-root, NVIDIA]
14961496

14971497
steps:
14981498
- name: Clone
@@ -1506,7 +1506,7 @@ jobs:
15061506
GG_BUILD_VULKAN=1 GGML_VK_DISABLE_COOPMAT2=1 bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
15071507
15081508
ggml-ci-x64-nvidia-vulkan-cm2:
1509-
runs-on: [self-hosted, Linux, X64, NVIDIA, COOPMAT2]
1509+
runs-on: [self-hosted, Linux, mnt-root, NVIDIA, COOPMAT2]
15101510

15111511
steps:
15121512
- name: Clone
@@ -1519,18 +1519,18 @@ jobs:
15191519
vulkaninfo --summary
15201520
GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
15211521
1522-
ggml-ci-x64-cpu-amx:
1523-
runs-on: [self-hosted, Linux, X64, CPU, AMX]
1522+
#ggml-ci-x64-cpu-amx:
1523+
# runs-on: [self-hosted, Linux, X64, CPU, AMX]
15241524

1525-
steps:
1526-
- name: Clone
1527-
id: checkout
1528-
uses: actions/checkout@v6
1525+
# steps:
1526+
# - name: Clone
1527+
# id: checkout
1528+
# uses: actions/checkout@v6
15291529

1530-
- name: Test
1531-
id: ggml-ci
1532-
run: |
1533-
bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
1530+
# - name: Test
1531+
# id: ggml-ci
1532+
# run: |
1533+
# bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
15341534

15351535
ggml-ci-mac-metal:
15361536
runs-on: [self-hosted, macOS, ARM64]

0 commit comments

Comments
 (0)