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

Function map_at

tools/model_manager.py:1709–1710  ·  view source on GitHub ↗
(root: dict[str, Any], key: str)

Source from the content-addressed store, hash-verified

1707 if all((stats_dir / "whisper_stats.safetensors").is_file() for stats_dir in stats_dirs):
1708 return
1709 for stats_dir in stats_dirs:
1710 stats_pt = stats_dir / "whisper_stats.pt"
1711 if not stats_pt.is_file():
1712 raise RuntimeError(f"Vevo2 snapshot is missing {stats_pt}")
1713 write_vevo2_whisper_stats(stats_dir / "whisper_stats.safetensors", stats_pt)

Callers 2

write_citrinet_sidecarsFunction · 0.85
write_marblenet_sidecarsFunction · 0.85

Calls 2

expect_mapFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected