PR comments
This commit is contained in:
parent
32deabfdc8
commit
06a239343c
7 changed files with 125 additions and 128 deletions
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue