mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	ci : fix Windows CI by updating Intel SDE version (#5053)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -295,7 +295,7 @@ jobs: | ||||
|       OPENBLAS_VERSION: 0.3.23 | ||||
|       OPENCL_VERSION: 2023.04.17 | ||||
|       CLBLAST_VERSION: 1.6.0 | ||||
|       SDE_VERSION: 9.21.1-2023-04-24 | ||||
|       SDE_VERSION: 9.33.0-2024-01-07 | ||||
|  | ||||
|     strategy: | ||||
|       matrix: | ||||
| @@ -400,7 +400,7 @@ jobs: | ||||
|         id: cmake_test_sde | ||||
|         if: ${{ matrix.build == 'avx512' && env.HAS_AVX512F == '0' }} # use Intel SDE for AVX-512 emulation | ||||
|         run: | | ||||
|           curl.exe -o $env:RUNNER_TEMP/sde.tar.xz -L "https://downloadmirror.intel.com/777395/sde-external-${env:SDE_VERSION}-win.tar.xz" | ||||
|           curl.exe -o $env:RUNNER_TEMP/sde.tar.xz -L "https://downloadmirror.intel.com/813591/sde-external-${env:SDE_VERSION}-win.tar.xz" | ||||
|           # for some weird reason windows tar doesn't like sde tar.xz | ||||
|           7z x "-o${env:RUNNER_TEMP}" $env:RUNNER_TEMP/sde.tar.xz | ||||
|           7z x "-o${env:RUNNER_TEMP}" $env:RUNNER_TEMP/sde.tar | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bobqianic
					bobqianic