Categories |
CategoriesDJL Business Logic Libraries Machine Learning Native Development Tools |
---|---|
GroupId | GroupIdai.djl.pytorch |
ArtifactId | ArtifactIdpytorch-native-cu101 |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
pytorch-native-cu101-1.5.0.pom | |
pytorch-native-cu101-1.5.0.jar | 620 bytes |
pytorch-native-cu101-1.5.0-win-x86_64.jar | 544 MB |
pytorch-native-cu101-1.5.0-sources.jar | 261 bytes |
pytorch-native-cu101-1.5.0-linux-x86_64.jar | 709 MB |
pytorch-native-cu101-1.5.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu101/ -->
<dependency>
<groupId>ai.djl.pytorch</groupId>
<artifactId>pytorch-native-cu101</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu101/
implementation 'ai.djl.pytorch:pytorch-native-cu101:1.5.0'
// https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu101/
implementation ("ai.djl.pytorch:pytorch-native-cu101:1.5.0")
'ai.djl.pytorch:pytorch-native-cu101:jar:1.5.0'
<dependency org="ai.djl.pytorch" name="pytorch-native-cu101" rev="1.5.0">
<artifact name="pytorch-native-cu101" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.pytorch', module='pytorch-native-cu101', version='1.5.0')
)
libraryDependencies += "ai.djl.pytorch" % "pytorch-native-cu101" % "1.5.0"
[ai.djl.pytorch/pytorch-native-cu101 "1.5.0"]