Spaces:
Running
Running
| // Internal header to be included by llama.cpp and tests/benchmarks only. | |
| struct ggml_tensor; | |
| std::vector<std::pair<std::string, struct ggml_tensor *>>& llama_internal_get_tensor_map(struct llama_context * ctx); | |