Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
102
def
load(path: str):
103
with
open(path,
"rb"
)
as
f:
104
return
pickle.load(f)
105
106
107
def
save(ckpt: dict, save_path: str):
Callers
nothing calls this directly
Calls
1
load
Method · 0.80
Tested by
no test coverage detected