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

Method inspect

src/models/voxcpm2/loader.cpp:88–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 request.model_path,
87 spec_path,
88 engine::model_spec::ResourceKind::Files);
89 inspection.discovered_weights = runtime::discover_named_assets_from_package_spec(
90 request.model_path,
91 spec_path,
92 engine::model_spec::ResourceKind::Tensors);
93 return inspection;
94 }
95
96 std::unique_ptr<runtime::ILoadedVoiceModel>
97 load(const runtime::ModelLoadRequest &request) const override {
98 return load_voxcpm2_model(request.model_path);
99 }
100};
101
102} // namespace

Callers

nothing calls this directly

Calls 6

load_voxcpm2_assetsFunction · 0.85
voxcpm2_metadataFunction · 0.85
voxcpm2_capabilitiesFunction · 0.85
resolve_model_rootFunction · 0.70
discover_config_assetsFunction · 0.70
discover_weight_assetsFunction · 0.70

Tested by

no test coverage detected