Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to shared ONNX Runtime library (.so) in build config. #2

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

loloxwg
Copy link
Owner

@loloxwg loloxwg commented Feb 27, 2025

Updated the build configuration to use the shared ONNX Runtime library (.so) instead of the static library (.a). This change improves modularity and reduces binary size, enabling dynamic loading of the library at runtime.

Updated the build configuration to use the shared ONNX Runtime library (`.so`) instead of the static library (`.a`). This change improves modularity and reduces binary size, enabling dynamic loading of the library at runtime.
@loloxwg loloxwg merged commit 4481a18 into main Feb 27, 2025
5 of 25 checks passed
@loloxwg loloxwg deleted the fix-linux branch March 3, 2025 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant