Update llama.h
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
6071787338
commit
a79da45dca
1 changed files with 1 additions and 1 deletions
2
llama.h
2
llama.h
|
@ -430,7 +430,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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue