Skip to content

Commit 9de9464

Browse files
bobqianichodlen
authored andcommitted
ci : fix Windows CI by updating Intel SDE version (ggml-org#5053)
1 parent a6af03a commit 9de9464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ jobs:
295295
OPENBLAS_VERSION: 0.3.23
296296
OPENCL_VERSION: 2023.04.17
297297
CLBLAST_VERSION: 1.6.0
298-
SDE_VERSION: 9.21.1-2023-04-24
298+
SDE_VERSION: 9.33.0-2024-01-07
299299

300300
strategy:
301301
matrix:
@@ -400,7 +400,7 @@ jobs:
400400
id: cmake_test_sde
401401
if: ${{ matrix.build == 'avx512' && env.HAS_AVX512F == '0' }} # use Intel SDE for AVX-512 emulation
402402
run: |
403-
curl.exe -o $env:RUNNER_TEMP/sde.tar.xz -L "https://downloadmirror.intel.com/777395/sde-external-${env:SDE_VERSION}-win.tar.xz"
403+
curl.exe -o $env:RUNNER_TEMP/sde.tar.xz -L "https://downloadmirror.intel.com/813591/sde-external-${env:SDE_VERSION}-win.tar.xz"
404404
# for some weird reason windows tar doesn't like sde tar.xz
405405
7z x "-o${env:RUNNER_TEMP}" $env:RUNNER_TEMP/sde.tar.xz
406406
7z x "-o${env:RUNNER_TEMP}" $env:RUNNER_TEMP/sde.tar

0 commit comments

Comments
 (0)