License |
License |
---|---|
Categories |
CategoriesDJL Business Logic Libraries Machine Learning Native Development Tools |
GroupId | GroupIdai.djl.pytorch |
ArtifactId | ArtifactIdpytorch-native-cu102 |
Last Version | Last Version1.11.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDJL release for PyTorch native binaries
Deep Java Library (DJL) provided PyTorch native library binary distribution
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pytorch-native-cu102-1.11.0.pom | |
pytorch-native-cu102-1.11.0.jar | 620 bytes |
pytorch-native-cu102-1.11.0-win-x86_64.jar | 568 MB |
pytorch-native-cu102-1.11.0-sources.jar | 261 bytes |
pytorch-native-cu102-1.11.0-linux-x86_64.jar | 759 MB |
pytorch-native-cu102-1.11.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu102/ -->
<dependency>
<groupId>ai.djl.pytorch</groupId>
<artifactId>pytorch-native-cu102</artifactId>
<version>1.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu102/
implementation 'ai.djl.pytorch:pytorch-native-cu102:1.11.0'
// https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu102/
implementation ("ai.djl.pytorch:pytorch-native-cu102:1.11.0")
'ai.djl.pytorch:pytorch-native-cu102:jar:1.11.0'
<dependency org="ai.djl.pytorch" name="pytorch-native-cu102" rev="1.11.0">
<artifact name="pytorch-native-cu102" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.pytorch', module='pytorch-native-cu102', version='1.11.0')
)
libraryDependencies += "ai.djl.pytorch" % "pytorch-native-cu102" % "1.11.0"
[ai.djl.pytorch/pytorch-native-cu102 "1.11.0"]