Replies: 1 comment
-
Thanks for reporting this bug. Will look into and fix the bug. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, all -
My code included the bom for
0.21.0
and dependency
When I upgraded bom from 0.21.0 → 0.22.1 I got mvn error
dependencies.dependency.version' for ai.djl.pytorch:pytorch-native-cpu:jar:osx-x86_64 is missing
. When I pinned the version of that dependency to<version>1.13.1</version>
my code works. Is this a problem with the bom? Is there no 2.0 version compiled forosx-x86_64
forpytorch-native-cpu
?Please advise,
- Luke
Beta Was this translation helpful? Give feedback.
All reactions