Merged
Conversation
…nto feature/onnx-runtime-packages # Conflicts: # src/OneWare.PackageManager/PackageManagerModule.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a robust and flexible ONNX Runtime bootstrapping system, enabling runtime selection and execution provider configuration through user settings. It also improves package version management and updates solution/project structure for better maintainability.
ONNX Runtime support and configuration:
OnnxRuntimeBootstrapperservice to handle ONNX Runtime initialization, dynamic loading of native libraries, and execution provider selection based on user settings. This includes support for custom runtimes and advanced provider selection logic.OnnxRuntimeBootstrapperandIOnnxRuntimeServiceas singletons in the dependency injection container, and ensured the bootstrapper is initialized during application startup. [1] [2]Build and dependency management improvements:
Directory.Build.propsfile, and updatedMicrosoft.ML.OnnxRuntimeandMicrosoft.ML.OnnxRuntime.Managedpackage references to use this version property for easier upgrades and consistency. [1] [2] [3]StudioVersionto1.0.4.3inBase.propsfor version tracking.Solution and project structure updates:
Directory.Build.propsto the solution and organized its placement in the/build/folder for better discoverability and maintainability. [1] [2]These changes collectively enable advanced ONNX Runtime configuration, simplify dependency management, and improve project structure for future development.