| 3295 | // Estimate: ~3000 tensors, generous overhead |
| 3296 | size_t ctx_size = ggml_tensor_overhead() * 4096 + ggml_graph_overhead(); |
| 3297 | struct ggml_init_params ctx_params = { |
| 3298 | /*.mem_size =*/ctx_size, |
| 3299 | /*.mem_buffer =*/nullptr, |
| 3300 | /*.no_alloc =*/true, |
nothing calls this directly
no outgoing calls
no test coverage detected