fix error in llama_context_n_gpu_layers

This commit is contained in:
Lizonghang 2025-01-15 10:08:41 +04:00
parent 5d9aadf3d5
commit 9279a2e3ff
3 changed files with 0 additions and 7 deletions

View file

@ -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);