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

Function install_whisper_medium_dependency

tools/model_manager.py:1200–1224  ·  view source on GitHub ↗
(root: Path)

Source from the content-addressed store, hash-verified

1198 ),
1199 ModelPackage(
1200 id="mel_band_roformer",
1201 display_name="Mel RoFormer MLX",
1202 target_directory="mel-roformer-mlx",
1203 source=SnapshotSource(repo_id="mlx-community/mel-roformer-mlx"),
1204 required_files=("config.json", "model.safetensors"),
1205 ),
1206 ModelPackage(
1207 id="vevo2",
1208 display_name="Vevo2",
1209 target_directory="Vevo2",
1210 source=CompositeSnapshotSource(
1211 placements=(
1212 SnapshotPlacement(
1213 source=SnapshotSource(
1214 repo_id="RMSnow/Vevo2",
1215 include_prefixes=(
1216 "acoustic_modeling/fm_emilia101k_singnet7k_repa/",
1217 "acoustic_modeling/fm_emilia101k_singnet7k_repa_text/",
1218 "contentstyle_modeling/posttrained/",
1219 "contentstyle_modeling/pretrained/",
1220 "tokenizer/contentstyle_fvq16384_12.5hz/",
1221 "tokenizer/prosody_fvq512_6.25hz/",
1222 "vocoder/",
1223 ),
1224 exclude_prefixes=(
1225 "contentstyle_modeling/posttrained/optimizer.pt",
1226 "contentstyle_modeling/posttrained/rng_state_",
1227 "contentstyle_modeling/posttrained/scheduler.pt",

Callers 1

Calls 6

download_fileFunction · 0.85
whisper_dimsFunction · 0.85
whisper_stateFunction · 0.85
whisper_medium_configFunction · 0.85
equalMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected