You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5bb47efFix execution providers not being registered on load-dynamic (#34)
e147325 Attempts to register all execution providers specified instead of returning after the first successful registration, matching the behaviour of the ONNX Runtime Python API.
1127dad Fix the CUDA execution provider failing to compile on Linux ARM64.
0e7faaa Fix the TensorRT execution provider returning as "not available" when it is really available.
7c0103b Allow for a flat library directory structure with ORT_STRATEGY=system (not requiring an include/ and lib/ dir)
6e9dce0 Fix the assert_non_null_pointer function producing a misleading PointerShouldBeNull error.
41b6ea0 Increase the timeout of the binary download in case of slow connections. (#33)