| 287 | }; |
| 288 | |
| 289 | struct gguf_context * gguf_init_empty(void) { |
| 290 | return new gguf_context; |
| 291 | } |
| 292 | |
| 293 | template<typename T> |
| 294 | bool gguf_read_emplace_helper(const struct gguf_reader & gr, std::vector<struct gguf_kv> & kv, const std::string & key, const bool is_array, const size_t n) { |
no outgoing calls