1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-07 19:40:44 +08:00

optimize(infer): move jit into rvc

This commit is contained in:
源文雨
2024-06-14 22:44:07 +09:00
parent e936e24a91
commit c51a73f521
8 changed files with 143 additions and 229 deletions

1
rvc/jit/__init__.py Normal file
View File

@@ -0,0 +1 @@
from .jit import load_inputs, get_jit_model, export_jit_model, save_pickle