mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	whisper : support GGML_BACKEND_DL (whisper/2843)
* whisper : support GGML_BACKEND_DL * fix DTW crash * whisper.objc : fix build - add ggml-cpp.h --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
		
				
					committed by
					
						 Georgi Gerganov
						Georgi Gerganov
					
				
			
			
				
	
			
			
			
						parent
						
							6512a90037
						
					
				
				
					commit
					6d4c23b81b
				
			| @@ -226,6 +226,9 @@ add_library(ggml-base | |||||||
|             gguf.cpp) |             gguf.cpp) | ||||||
|  |  | ||||||
| target_include_directories(ggml-base PRIVATE .) | target_include_directories(ggml-base PRIVATE .) | ||||||
|  | if (GGML_BACKEND_DL) | ||||||
|  |     target_compile_definitions(ggml-base PUBLIC GGML_BACKEND_DL) | ||||||
|  | endif() | ||||||
|  |  | ||||||
| add_library(ggml | add_library(ggml | ||||||
|             ggml-backend-reg.cpp) |             ggml-backend-reg.cpp) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user