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

Class bark_context_params

bark.cpp:1177–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1175}
1176
1177struct 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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected