mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-06 09:46:50 +00:00
PR comments
This commit is contained in:
2
llama.h
2
llama.h
@@ -273,8 +273,6 @@ extern "C" {
|
||||
LLAMA_API int llama_n_vocab(const struct llama_context * ctx);
|
||||
LLAMA_API int llama_n_ctx (const struct llama_context * ctx);
|
||||
LLAMA_API int llama_n_embd (const struct llama_context * ctx);
|
||||
LLAMA_API int llama_mpi_rank (const struct llama_context * ctx);
|
||||
LLAMA_API int llama_mpi_size (const struct llama_context * ctx);
|
||||
|
||||
// Get the vocabulary as output parameters.
|
||||
// Returns number of results.
|
||||
|
||||
Reference in New Issue
Block a user