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

Class bark_context_params

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

Source from the content-addressed store, hash-verified

104 bark_params_parse(argc, argv, params, server_params);
105
106 struct bark_context_params ctx_params = bark_context_default_params();
107 ctx_params.verbosity = verbosity;
108
109 struct bark_context *bctx = bark_load_model(params.model_path.c_str(), ctx_params, params.seed);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected