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

Class ModelPackage

tools/model_manager.py:115–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113@dataclasses.dataclass(frozen=True)
114class SnapshotPlacement:
115 source: SnapshotSource
116 target_subdir: str = ""
117 required_files: tuple[str, ...] = ()
118
119
120@dataclasses.dataclass(frozen=True)
121class CompositeSnapshotSource:
122 placements: tuple[SnapshotPlacement, ...]
123
124

Callers 1

model_manager.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected