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

Function whisper_dims

tools/model_manager.py:1149–1158  ·  view source on GitHub ↗
(payload: dict[str, Any])

Source from the content-addressed store, hash-verified

1147 "../Qwen3-ForcedAligner-0.6B/model.safetensors",
1148 "../Qwen3-ForcedAligner-0.6B/preprocessor_config.json",
1149 "../Qwen3-ForcedAligner-0.6B/tokenizer_config.json",
1150 "../Qwen3-ForcedAligner-0.6B/vocab.json",
1151 "../Qwen3-ForcedAligner-0.6B/merges.txt",
1152 ),
1153 description="Installs OuteTTS, its IBM DAC 1.5 kbps codec, and Qwen3 Forced Aligner for reliable voice cloning.",
1154 ),
1155 ModelPackage(
1156 id="stable_audio_3_small_music",
1157 display_name="Stable Audio 3 Small Music",
1158 target_directory="stable-audio-3-small-music",
1159 source=SnapshotSource(repo_id="stabilityai/stable-audio-3-small-music"),
1160 required_files=(
1161 "model_config.json",

Callers 1

Calls 1

getMethod · 0.45

Tested by

no test coverage detected