We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see the configuration as follows at this link
<dependency> <groupId>ai.djl.pytorch</groupId> <artifactId>pytorch-native-cu118</artifactId> <classifier>linux-x86_64</classifier> <version>2.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.djl.pytorch</groupId> <artifactId>pytorch-jni</artifactId> <version>2.1.1-0.26.0</version> <scope>runtime</scope> </dependency>
I couldn't find version 2.1.1 at the following maven repo link, https://mvnrepository.com/artifact/ai.djl.pytorch/pytorch-native-cu118 but I found it at another link https://mvnrepository.com/artifact/ai.djl.pytorch/pytorch-native-cu121
support pytorch 2.1.1 with cu118 instead of cu121
The text was updated successfully, but these errors were encountered:
Can you use pytorch-native-cu118:2.0.1 ?
pytorch-native-cu118:2.0.1
<dependency> <groupId>ai.djl.pytorch</groupId> <artifactId>pytorch-native-cu118</artifactId> <classifier>linux-x86_64</classifier> <version>2.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>ai.djl.pytorch</groupId> <artifactId>pytorch-jni</artifactId> <version>2.0.1-0.26.0</version> <scope>runtime</scope> </dependency>
Sorry, something went wrong.
I created a PR to fix document: #2963
No branches or pull requests
Description
I see the configuration as follows at this link
I couldn't find version 2.1.1 at the following maven repo link,
https://mvnrepository.com/artifact/ai.djl.pytorch/pytorch-native-cu118
but I found it at another link
https://mvnrepository.com/artifact/ai.djl.pytorch/pytorch-native-cu121
Expected Behavior
support pytorch 2.1.1 with cu118 instead of cu121
The text was updated successfully, but these errors were encountered: