mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-15 11:17:31 +00:00
llama : disambiguate API
ggml-ci
This commit is contained in:
@@ -467,10 +467,14 @@ extern "C" {
|
||||
LLAMA_API uint32_t llama_n_ubatch (const struct llama_context * ctx);
|
||||
LLAMA_API uint32_t llama_n_seq_max (const struct llama_context * ctx);
|
||||
|
||||
LLAMA_API enum llama_pooling_type llama_pooling_type(const struct llama_context * ctx);
|
||||
LLAMA_API enum llama_pooling_type llama_get_pooling_type(const struct llama_context * ctx);
|
||||
LLAMA_API enum llama_vocab_type llama_get_vocab_type (const struct llama_model * model);
|
||||
LLAMA_API enum llama_rope_type llama_get_rope_type (const struct llama_model * model);
|
||||
|
||||
LLAMA_API enum llama_vocab_type llama_vocab_type (const struct llama_model * model);
|
||||
LLAMA_API enum llama_rope_type llama_rope_type (const struct llama_model * model);
|
||||
// DEPRECATED: use the API above
|
||||
//LLAMA_API enum llama_pooling_type llama_pooling_type(const struct llama_context * ctx);
|
||||
//LLAMA_API enum llama_vocab_type llama_vocab_type (const struct llama_model * model);
|
||||
//LLAMA_API enum llama_rope_type llama_rope_type (const struct llama_model * model);
|
||||
|
||||
LLAMA_API int32_t llama_n_vocab (const struct llama_model * model);
|
||||
LLAMA_API int32_t llama_n_ctx_train(const struct llama_model * model);
|
||||
|
||||
Reference in New Issue
Block a user