mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-07 00:13:17 +00:00
Python crash on exit, possibly due to unloading of libraries.
This commit is contained in:
parent
c5b9d9cb3a
commit
fcb98063a2
1 changed files with 0 additions and 4 deletions
|
|
@ -2104,10 +2104,6 @@ PYBIND11_MODULE(onnxruntime_pybind11_state, m) {
|
|||
const logging::Logger& default_logger = logging::LoggingManager::DefaultLogger();
|
||||
LOGS(default_logger, WARNING) << "Init provider bridge failed.";
|
||||
}
|
||||
|
||||
atexit([] {
|
||||
UnloadSharedProviders();
|
||||
});
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_TRAINING
|
||||
|
|
|
|||
Loading…
Reference in a new issue