ci : update workflows
This commit is contained in:
parent
4bbce1e5b2
commit
ef3463bb29
|
|
@ -860,7 +860,7 @@ jobs:
|
||||||
echo "$CUDA_TOOLKIT_DIR\libnvvp" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
echo "$CUDA_TOOLKIT_DIR\libnvvp" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||||
echo "CUDA_PATH=$CUDA_TOOLKIT_DIR" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
|
echo "CUDA_PATH=$CUDA_TOOLKIT_DIR" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
|
||||||
echo "CUDA_PATH_V11_8=$CUDA_TOOLKIT_DIR" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
|
echo "CUDA_PATH_V11_8=$CUDA_TOOLKIT_DIR" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
|
||||||
|
|
||||||
- name: Install Cuda Toolkit 12.4.0
|
- name: Install Cuda Toolkit 12.4.0
|
||||||
if: ${{ matrix.cuda-toolkit == '12.4.0' }}
|
if: ${{ matrix.cuda-toolkit == '12.4.0' }}
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -1478,7 +1478,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
|
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:
|
ggml-ci-x64-nvidia-cuda:
|
||||||
runs-on: [self-hosted, Linux, X64, NVIDIA]
|
runs-on: [self-hosted, Linux, mnt-root, NVIDIA]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
|
|
@ -1492,7 +1492,7 @@ jobs:
|
||||||
GG_BUILD_CUDA=1 bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
|
GG_BUILD_CUDA=1 bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
|
||||||
|
|
||||||
ggml-ci-x64-nvidia-vulkan-cm:
|
ggml-ci-x64-nvidia-vulkan-cm:
|
||||||
runs-on: [self-hosted, Linux, X64, NVIDIA]
|
runs-on: [self-hosted, Linux, mnt-root, NVIDIA]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
|
|
@ -1506,7 +1506,7 @@ jobs:
|
||||||
GG_BUILD_VULKAN=1 GGML_VK_DISABLE_COOPMAT2=1 bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
|
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:
|
ggml-ci-x64-nvidia-vulkan-cm2:
|
||||||
runs-on: [self-hosted, Linux, X64, NVIDIA, COOPMAT2]
|
runs-on: [self-hosted, Linux, mnt-root, NVIDIA, COOPMAT2]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone
|
- name: Clone
|
||||||
|
|
@ -1519,18 +1519,18 @@ jobs:
|
||||||
vulkaninfo --summary
|
vulkaninfo --summary
|
||||||
GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
|
GG_BUILD_VULKAN=1 bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
|
||||||
|
|
||||||
ggml-ci-x64-cpu-amx:
|
#ggml-ci-x64-cpu-amx:
|
||||||
runs-on: [self-hosted, Linux, X64, CPU, AMX]
|
# runs-on: [self-hosted, Linux, X64, CPU, AMX]
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: Clone
|
# - name: Clone
|
||||||
id: checkout
|
# id: checkout
|
||||||
uses: actions/checkout@v6
|
# uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Test
|
# - name: Test
|
||||||
id: ggml-ci
|
# id: ggml-ci
|
||||||
run: |
|
# run: |
|
||||||
bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
|
# bash ./ci/run.sh ~/results/whisper.cpp /mnt/whisper.cpp
|
||||||
|
|
||||||
ggml-ci-mac-metal:
|
ggml-ci-mac-metal:
|
||||||
runs-on: [self-hosted, macOS, ARM64]
|
runs-on: [self-hosted, macOS, ARM64]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue