-
Notifications
You must be signed in to change notification settings - Fork 138
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
upgrade djl version to 0.28.0 #2578
Conversation
Signed-off-by: Bhavana Ramaram <[email protected]>
exclude group: "com.microsoft.onnxruntime", module: "onnxruntime" | ||
} | ||
def os = DefaultNativePlatform.currentOperatingSystem | ||
//arm/macos doesn't support GPU | ||
if (os.macOsX || System.getProperty("os.arch") == "aarch64") { | ||
dependencies { | ||
implementation "com.microsoft.onnxruntime:onnxruntime:1.14.0" | ||
implementation "com.microsoft.onnxruntime:onnxruntime:1.16.3!!" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's ! means here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The !! syntax is used to enforce the exact version of a dependency in Gradle, ensuring that no other version is used in the build process, which can help avoid compatibility issues and ensure consistency across different builds.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* upgrade djl version to latest 0.28.0 Signed-off-by: Bhavana Ramaram <[email protected]> * force onnxruntime_gpu to 1.16.3 Signed-off-by: Yaliang Wu <[email protected]> --------- Signed-off-by: Bhavana Ramaram <[email protected]> Signed-off-by: Yaliang Wu <[email protected]> Co-authored-by: Yaliang Wu <[email protected]> (cherry picked from commit 01c85cb)
* upgrade djl version to latest 0.28.0 Signed-off-by: Bhavana Ramaram <[email protected]> * force onnxruntime_gpu to 1.16.3 Signed-off-by: Yaliang Wu <[email protected]> --------- Signed-off-by: Bhavana Ramaram <[email protected]> Signed-off-by: Yaliang Wu <[email protected]> Co-authored-by: Yaliang Wu <[email protected]> (cherry picked from commit 01c85cb)
* upgrade djl version to latest 0.28.0 Signed-off-by: Bhavana Ramaram <[email protected]> * force onnxruntime_gpu to 1.16.3 Signed-off-by: Yaliang Wu <[email protected]> --------- Signed-off-by: Bhavana Ramaram <[email protected]> Signed-off-by: Yaliang Wu <[email protected]> Co-authored-by: Yaliang Wu <[email protected]> (cherry picked from commit 01c85cb) Co-authored-by: Bhavana Ramaram <[email protected]>
* upgrade djl version to latest 0.28.0 Signed-off-by: Bhavana Ramaram <[email protected]> * force onnxruntime_gpu to 1.16.3 Signed-off-by: Yaliang Wu <[email protected]> --------- Signed-off-by: Bhavana Ramaram <[email protected]> Signed-off-by: Yaliang Wu <[email protected]> Co-authored-by: Yaliang Wu <[email protected]> (cherry picked from commit 01c85cb) Co-authored-by: Bhavana Ramaram <[email protected]>
* upgrade djl version to latest 0.28.0 Signed-off-by: Bhavana Ramaram <[email protected]> * force onnxruntime_gpu to 1.16.3 Signed-off-by: Yaliang Wu <[email protected]> --------- Signed-off-by: Bhavana Ramaram <[email protected]> Signed-off-by: Yaliang Wu <[email protected]> Co-authored-by: Yaliang Wu <[email protected]> (cherry picked from commit 01c85cb) Co-authored-by: Bhavana Ramaram <[email protected]> (cherry picked from commit 63aeaab)
* upgrade djl version to latest 0.28.0 Signed-off-by: Bhavana Ramaram <[email protected]> * force onnxruntime_gpu to 1.16.3 Signed-off-by: Yaliang Wu <[email protected]> --------- Signed-off-by: Bhavana Ramaram <[email protected]> Signed-off-by: Yaliang Wu <[email protected]> Co-authored-by: Yaliang Wu <[email protected]> (cherry picked from commit 01c85cb) Co-authored-by: Bhavana Ramaram <[email protected]> (cherry picked from commit 63aeaab) Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Description
upgrade djl version to 0.28.0
Issues Resolved
[List any issues this PR will resolve]
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.