MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / bark_context

Class bark_context

examples/server/server.cpp:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected