| 1175 | } |
| 1176 | |
| 1177 | struct bark_context* bark_load_model(const char* model_path, struct bark_context_params params, uint32_t seed) { |
| 1178 | int64_t t_load_start_us = ggml_time_us(); |
| 1179 | |
| 1180 | struct bark_context* bctx = new bark_context(); |
nothing calls this directly
no outgoing calls
no test coverage detected