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

Function whisper_medium_config

tools/model_manager.py:1175–1197  ·  view source on GitHub ↗
(dims: dict[str, int], tensor_count: int)

Source from the content-addressed store, hash-verified

1173 source=SnapshotSource(repo_id="mlx-community/index-tts2-mlx"),
1174 required_files=(
1175 "config.yaml",
1176 "bpe.model",
1177 "gpt.safetensors",
1178 "s2mel.safetensors",
1179 "feat1.safetensors",
1180 "feat2.safetensors",
1181 "wav2vec2bert_stats.safetensors",
1182 "semantic_codec_model.safetensors",
1183 "campplus.safetensors",
1184 "w2v-bert-2.0/config.json",
1185 "w2v-bert-2.0/preprocessor_config.json",
1186 "w2v-bert-2.0/model.safetensors",
1187 "bigvgan/config.json",
1188 "bigvgan/model.safetensors",
1189 "qwen0.6bemo4-merge/config.json",
1190 "qwen0.6bemo4-merge/generation_config.json",
1191 "qwen0.6bemo4-merge/tokenizer.json",
1192 "qwen0.6bemo4-merge/tokenizer_config.json",
1193 "qwen0.6bemo4-merge/vocab.json",
1194 "qwen0.6bemo4-merge/merges.txt",
1195 "qwen0.6bemo4-merge/model.safetensors",
1196 ),
1197 description="Framework-ready IndexTTS2 safetensors layout with shared components at the model root.",
1198 ),
1199 ModelPackage(
1200 id="mel_band_roformer",

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected