MCPcopy
hub / github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI / load

Function load

infer/lib/jit/__init__.py:102–104  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

100
101
102def load(path: str):
103 with open(path, "rb") as f:
104 return pickle.load(f)
105
106
107def save(ckpt: dict, save_path: str):

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected