mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-15 21:39:50 +08:00
修正引用别的module的cached的错误
This commit is contained in:
parent
770a1143ad
commit
45cf41f8fc
@ -21,8 +21,8 @@ from tools.i18n.i18n import I18nAuto, scan_language_list
|
|||||||
from functools import lru_cache
|
from functools import lru_cache
|
||||||
import torch
|
import torch
|
||||||
|
|
||||||
from cached import get_cached_bert
|
from .cached1 import get_cached_bert
|
||||||
from cached import CachedBertExtractor
|
from .cached1 import CachedBertExtractor
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user