mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-10 12:04:35 +00:00
fix error in llama_context_n_gpu_layers
This commit is contained in:
parent
5d9aadf3d5
commit
9279a2e3ff
3 changed files with 0 additions and 7 deletions
|
@ -465,8 +465,6 @@ extern "C" {
|
|||
|
||||
LLAMA_API uint32_t * llama_context_n_layer_window(struct llama_context * ctx);
|
||||
|
||||
LLAMA_API uint32_t * llama_context_n_gpu_layers(struct llama_context * ctx);
|
||||
|
||||
// Frees all allocated memory
|
||||
LLAMA_API void llama_free(struct llama_context * ctx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue