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

Function validate_required_files

tools/model_manager.py:1111–1114  ·  view source on GitHub ↗
(package: ModelPackage, root: Path)

Source from the content-addressed store, hash-verified

1109 display_name="Stable Audio 3 Small Music",
1110 target_directory="stable-audio-3-small-music",
1111 source=SnapshotSource(repo_id="stabilityai/stable-audio-3-small-music"),
1112 required_files=(
1113 "model_config.json",
1114 "model.safetensors",
1115 "t5gemma-b-b-ul2/config.json",
1116 "t5gemma-b-b-ul2/model.safetensors",
1117 "t5gemma-b-b-ul2/tokenizer.json",

Callers 5

install_snapshotFunction · 0.85
install_demucs_referenceFunction · 0.85
install_nemo_archiveFunction · 0.85
install_converterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected