mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
Don't unload library
This commit is contained in:
parent
96fa0845a2
commit
fca6d30e46
1 changed files with 1 additions and 1 deletions
|
|
@ -925,7 +925,7 @@ struct ProviderLibrary {
|
|||
if (provider_)
|
||||
provider_->Shutdown();
|
||||
|
||||
Env::Default().UnloadDynamicLibrary(handle_);
|
||||
// Env::Default().UnloadDynamicLibrary(handle_);
|
||||
handle_ = nullptr;
|
||||
provider_ = nullptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue