| 107 | ctx_params.verbosity = verbosity; |
| 108 | |
| 109 | struct bark_context *bctx = bark_load_model(params.model_path.c_str(), ctx_params, params.seed); |
| 110 | if (!bctx) { |
| 111 | fprintf(stderr, "%s: Could not load model\n", __func__); |
| 112 | return 1; |
nothing calls this directly
no outgoing calls
no test coverage detected