修正引用别的module的cached的错误

This commit is contained in:
Karyl01 2025-05-11 23:08:30 +08:00
parent 770a1143ad
commit 45cf41f8fc
2 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ from tools.i18n.i18n import I18nAuto, scan_language_list
from functools import lru_cache
import torch
from cached import get_cached_bert
from cached import CachedBertExtractor
from .cached1 import get_cached_bert
from .cached1 import CachedBertExtractor