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

Function package_install_kind

tools/model_manager.py:128–136  ·  view source on GitHub ↗
(package: ModelPackage)

Source from the content-addressed store, hash-verified

126class ConverterSource:
127 kind: str
128 description: str
129 url: str = ""
130 output_weights_file: str = ""
131 config_kind: str = ""
132
133
134@dataclasses.dataclass(frozen=True)
135class UnsupportedSource:
136 reason: str
137
138
139@dataclasses.dataclass(frozen=True)

Callers 2

package_payloadFunction · 0.85
print_package_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected