-
Notifications
You must be signed in to change notification settings - Fork 655
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
[bom] Update bom dependency #1615
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1615 +/- ##
============================================
- Coverage 72.08% 70.84% -1.25%
- Complexity 5126 5423 +297
============================================
Files 473 506 +33
Lines 21970 23718 +1748
Branches 2351 2585 +234
============================================
+ Hits 15838 16804 +966
- Misses 4925 5631 +706
- Partials 1207 1283 +76
Continue to review full report at Codecov.
|
@@ -117,6 +118,7 @@ publishing { | |||
addDependency(dependencies, "ai.djl.paddlepaddle", "paddlepaddle-native-cpu", "linux-x86_64", "${paddlepaddle_version}") | |||
addDependency(dependencies, "ai.djl.paddlepaddle", "paddlepaddle-native-cpu", "win-x86_64", "${paddlepaddle_version}") | |||
addDependency(dependencies, "ai.djl.paddlepaddle", "paddlepaddle-native-cu102", "linux-x86_64", "${paddlepaddle_version}") | |||
addDependency(dependencies, "ai.djl.paddlepaddle", "paddlepaddle-native-cu112", "linux-x86_64", "${paddlepaddle_version}") |
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.
There is also a Paddle GPU WIndows release
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.
added
Change-Id: Ib6a83097bb0a9ad79d2747ad53f5cd55b48722b8
Change-Id: Ib6a83097bb0a9ad79d2747ad53f5cd55b48722b8
Description
Brief description of what this PR is about