llama : update internal API declaration

This commit is contained in:
Didzis Gosko 2023-06-11 19:00:17 +03:00
parent 22904afaeb
commit df57fcb9c8

View file

@ -319,7 +319,7 @@ extern "C" {
#include <string>
struct ggml_tensor;
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