mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-31 08:51:55 +00:00 
			
		
		
		
	ci : disable Metal for macOS-latest-cmake-x64 (#6628)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							| @@ -101,7 +101,9 @@ jobs: | |||||||
|           sysctl -a |           sysctl -a | ||||||
|           mkdir build |           mkdir build | ||||||
|           cd build |           cd build | ||||||
|           cmake -DLLAMA_FATAL_WARNINGS=ON -DLLAMA_METAL_EMBED_LIBRARY=ON -DLLAMA_CURL=ON .. |           # Metal is disabled due to intermittent failures with Github runners not having a GPU: | ||||||
|  |           # https://github.com/ggerganov/llama.cpp/actions/runs/8635935781/job/23674807267#step:5:2313 | ||||||
|  |           cmake -DLLAMA_FATAL_WARNINGS=ON -DLLAMA_METAL=OFF -DLLAMA_CURL=ON .. | ||||||
|           cmake --build . --config Release -j $(sysctl -n hw.logicalcpu) |           cmake --build . --config Release -j $(sysctl -n hw.logicalcpu) | ||||||
|  |  | ||||||
|       - name: Test |       - name: Test | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Georgi Gerganov
					Georgi Gerganov