llama_model_n_params
This commit is contained in:
parent
0a7fecc17c
commit
d205ee9273
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ extern "C" {
|
|||
LLAMA_API size_t llama_model_size(const struct llama_model * model);
|
||||
|
||||
// Returns the total number of parameters in the model
|
||||
LLAMA_API int64_t llama_model_n_params(const struct llama_model * model);
|
||||
LLAMA_API uint64_t llama_model_n_params(const struct llama_model * model);
|
||||
|
||||
// Get a llama model tensor
|
||||
LLAMA_API struct ggml_tensor * llama_get_model_tensor(struct llama_model * model, const char * name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue