mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	ci : remove cuda 11.7 releases, switch runner to windows 2022 (#13997)
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -839,12 +839,12 @@ jobs: | |||||||
|               -DGGML_CUDA=ON |               -DGGML_CUDA=ON | ||||||
|             cmake --build build |             cmake --build build | ||||||
|  |  | ||||||
|   windows-2019-cmake-cuda: |   windows-2022-cmake-cuda: | ||||||
|     runs-on: windows-2019 |     runs-on: windows-2022 | ||||||
|  |  | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         cuda: ['12.4', '11.7'] |         cuda: ['12.4'] | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Clone |       - name: Clone | ||||||
| @@ -878,7 +878,7 @@ jobs: | |||||||
|         env: |         env: | ||||||
|           CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }} |           CURL_PATH: ${{ steps.get_libcurl.outputs.curl_path }} | ||||||
|         run: | |         run: | | ||||||
|           call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" |           call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 | ||||||
|           cmake -S . -B build -G "Ninja Multi-Config" ^ |           cmake -S . -B build -G "Ninja Multi-Config" ^ | ||||||
|             -DLLAMA_BUILD_SERVER=ON ^ |             -DLLAMA_BUILD_SERVER=ON ^ | ||||||
|             -DGGML_NATIVE=OFF ^ |             -DGGML_NATIVE=OFF ^ | ||||||
|   | |||||||
							
								
								
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -380,11 +380,11 @@ jobs: | |||||||
|           name: llama-bin-win-${{ matrix.backend }}-${{ matrix.arch }}.zip |           name: llama-bin-win-${{ matrix.backend }}-${{ matrix.arch }}.zip | ||||||
|  |  | ||||||
|   windows-cuda: |   windows-cuda: | ||||||
|     runs-on: windows-2019 |     runs-on: windows-2022 | ||||||
|  |  | ||||||
|     strategy: |     strategy: | ||||||
|       matrix: |       matrix: | ||||||
|         cuda: ['12.4', '11.7'] |         cuda: ['12.4'] | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Clone |       - name: Clone | ||||||
| @@ -412,7 +412,7 @@ jobs: | |||||||
|         id: cmake_build |         id: cmake_build | ||||||
|         shell: cmd |         shell: cmd | ||||||
|         run: | |         run: | | ||||||
|           call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" |           call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64 | ||||||
|           cmake -S . -B build -G "Ninja Multi-Config" ^ |           cmake -S . -B build -G "Ninja Multi-Config" ^ | ||||||
|             -DGGML_BACKEND_DL=ON ^ |             -DGGML_BACKEND_DL=ON ^ | ||||||
|             -DGGML_NATIVE=OFF ^ |             -DGGML_NATIVE=OFF ^ | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								.github/workflows/server.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/server.yml
									
									
									
									
										vendored
									
									
								
							| @@ -180,7 +180,7 @@ jobs: | |||||||
|  |  | ||||||
|  |  | ||||||
|   server-windows: |   server-windows: | ||||||
|     runs-on: windows-2019 |     runs-on: windows-2022 | ||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|       - name: Clone |       - name: Clone | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Diego Devesa
					Diego Devesa