去除不需要的告警AttributeError: module 'onnxruntime' has no attribute 'preload_dlls'

去除不需要的告警AttributeError: module 'onnxruntime' has no attribute 'preload_dlls'
This commit is contained in:
RVC-Boss
2025-06-05 10:48:50 +08:00
committed by GitHub
parent 69e671f793
commit a080e19f91

View File

@@ -23,8 +23,8 @@ from .utils import load_config
onnxruntime.set_default_logger_severity(3)
try:
onnxruntime.preload_dlls()
except:
traceback.print_exc()
except:pass
#traceback.print_exc()
warnings.filterwarnings("ignore")
model_version = "1.1"