MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / resolve_mem_saver

Function resolve_mem_saver

src/models/chatterbox/session.cpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 component_weight_storage_type);
239 release_tensor_storage(assets);
240 return std::make_unique<ChatterboxVcComponent>(
241 std::move(s3_tokenizer),
242 std::move(campplus_encoder),
243 std::move(flow_encoder),
244 std::move(flow_decoder),
245 std::move(hift),
246 make_prompt_prep_config(options),
247 execution_context,
248 mem_saver);

Callers 1

ChatterboxSessionMethod · 0.85

Calls 2

find_optionFunction · 0.85
parse_bool_optionFunction · 0.85

Tested by

no test coverage detected