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

去除不需要的告警AttributeError: module 'onnxruntime' has no attribute 'preload_dlls'
main
RVC-Boss 2 months ago committed by GitHub
parent 69e671f793
commit a080e19f91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"

Loading…
Cancel
Save