mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	ggml : fix ggml_gallocr_ptr type (ggml/1205)
This commit is contained in:
		 Diego Devesa
					Diego Devesa
				
			
				
					committed by
					
						 Georgi Gerganov
						Georgi Gerganov
					
				
			
			
				
	
			
			
			 Georgi Gerganov
						Georgi Gerganov
					
				
			
						parent
						
							610df4cc3b
						
					
				
				
					commit
					db1ff5b63a
				
			| @@ -24,7 +24,7 @@ typedef std::unique_ptr<gguf_context, gguf_context_deleter> gguf_context_ptr; | ||||
|  | ||||
| struct ggml_gallocr_deleter { void operator()(ggml_gallocr_t galloc) { ggml_gallocr_free(galloc); } }; | ||||
|  | ||||
| typedef std::unique_ptr<ggml_gallocr_t, ggml_gallocr_deleter> ggml_gallocr_ptr; | ||||
| typedef std::unique_ptr<ggml_gallocr, ggml_gallocr_deleter> ggml_gallocr_ptr; | ||||
|  | ||||
| // ggml-backend | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user