| 340 | // Init ggml (needed for fp16 lookup tables) |
| 341 | { |
| 342 | struct ggml_init_params params = { 0, NULL, false }; |
| 343 | struct ggml_context * ctx = ggml_init(params); |
| 344 | ggml_free(ctx); |
| 345 | } |
nothing calls this directly
no outgoing calls
no test coverage detected