|
@@ -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_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_embd (const struct llama_model * model);
|
|
|
LLAMA_API int32_t llama_n_layer (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);
|
|
LLAMA_API const struct llama_model * llama_get_model(const struct llama_context * ctx);
|
|
|
|
|
|