This commit is contained in:
XXXXRT666 2025-05-26 15:23:13 +08:00
parent 874c678316
commit a1ac68d6bd

View File

@ -25,7 +25,8 @@ try:
onnxruntime.preload_dlls()
except AttributeError:
pass
except Exception as _:
except Exception as e:
print(e)
traceback.print_exc()
warnings.filterwarnings("ignore")