mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	llama : add llama_n_head() (#9512)
This commit is contained in:
		 Michael Podvitskiy
					Michael Podvitskiy
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							23e0d70bac
						
					
				
				
					commit
					37f3a3810e
				
			| @@ -441,6 +441,7 @@ extern "C" { | ||||
|     LLAMA_API int32_t llama_n_ctx_train(const struct llama_model * model); | ||||
|     LLAMA_API int32_t llama_n_embd     (const struct llama_model * model); | ||||
|     LLAMA_API int32_t llama_n_layer    (const struct llama_model * model); | ||||
|     LLAMA_API int32_t llama_n_head     (const struct llama_model * model); | ||||
|  | ||||
|     LLAMA_API const struct llama_model * llama_get_model(const struct llama_context * ctx); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user