diff options
Diffstat (limited to 'llama.h')
-rw-r--r-- | llama.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -540,7 +540,9 @@ extern "C" { struct ggml_tensor; -const std::vector<std::pair<std::string, struct ggml_tensor *>>& llama_internal_get_tensor_map(struct llama_context * ctx); +const std::vector<std::pair<std::string, struct ggml_tensor *>> & llama_internal_get_tensor_map( + struct llama_context * ctx +); #endif // LLAMA_API_INTERNAL |