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

Function has_voxcpm2_assets

src/models/voxcpm2/loader.cpp:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23runtime::ModelMetadata metadata(const VoxCPM2Assets &assets) {
24 runtime::ModelMetadata out;
25 out.family = "voxcpm2";
26 out.variant = assets.config.architecture;
27 out.description = "VoxCPM2 loaded from local safetensors assets.";
28 return out;
29}
30
31runtime::ModelCliInterface cli(const VoxCPM2Assets &) {
32 runtime::ModelCliInterface out;
33 out.request_options = {
34 {"text_chunk_mode", "default|tag_aware|japanese|endline",

Callers 1

can_loadMethod · 0.85

Calls 1

is_existing_fileFunction · 0.85

Tested by

no test coverage detected