ci : remove obsolete self-hosted label

This commit is contained in:
Georgi Gerganov 2026-05-31 15:45:44 +03:00
parent 6c343e7a4e
commit 2e045a967b
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 3 additions and 3 deletions

View File

@ -1490,7 +1490,7 @@ jobs:
LLAMA_ARG_THREADS=$(nproc) GG_BUILD_NO_BF16=1 GG_BUILD_EXTRA_TESTS_0=1 bash ./ci/run.sh ./tmp/results ./tmp/mnt
ggml-ci-x64-nvidia-cuda:
runs-on: [self-hosted, Linux, mnt-root, NVIDIA]
runs-on: [self-hosted, Linux, NVIDIA]
steps:
- name: Clone
@ -1504,7 +1504,7 @@ jobs:
GG_BUILD_CUDA=1 bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
ggml-ci-x64-nvidia-vulkan-cm:
runs-on: [self-hosted, Linux, mnt-root, NVIDIA]
runs-on: [self-hosted, Linux, NVIDIA]
steps:
- name: Clone
@ -1518,7 +1518,7 @@ jobs:
GG_BUILD_VULKAN=1 GGML_VK_DISABLE_COOPMAT2=1 bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
ggml-ci-x64-nvidia-vulkan-cm2:
runs-on: [self-hosted, Linux, mnt-root, NVIDIA, COOPMAT2]
runs-on: [self-hosted, Linux, NVIDIA, COOPMAT2]
steps:
- name: Clone