Skip to content

Commit

Permalink
Update llama.h
Browse files Browse the repository at this point in the history
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
  • Loading branch information
martindevans and ggerganov authored May 30, 2024
1 parent 8a476be commit 9b15621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama.h
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ extern "C" {

LLAMA_API bool llama_supports_mmap (void);
LLAMA_API bool llama_supports_mlock (void);
LLAMA_API bool llama_supports_rpc (void);
LLAMA_API bool llama_supports_rpc (void); // TMP: https://github.com/ggerganov/llama.cpp/pull/7647#issuecomment-2140234367
LLAMA_API bool llama_supports_gpu_offload(void);

LLAMA_API const struct llama_model * llama_get_model(const struct llama_context * ctx);
Expand Down

0 comments on commit 9b15621

Please sign in to comment.