1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-06 01:30:24 +08:00

optimize(infer): move ipex into rvc

This commit is contained in:
源文雨
2024-06-14 22:01:39 +09:00
parent cc11ad460d
commit e936e24a91
8 changed files with 18 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
from . import ipex
import sys
del sys.modules["rvc.ipex"]