License |
License |
---|---|
Categories |
CategoriesDJL Business Logic Libraries Machine Learning Native Development Tools |
GroupId | GroupIdai.djl.pytorch |
ArtifactId | ArtifactIdpytorch-native-cu111 |
Last Version | Last Version1.9.1 |
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 |
<!-- https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu111/ -->
<dependency>
<groupId>ai.djl.pytorch</groupId>
<artifactId>pytorch-native-cu111</artifactId>
<version>1.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu111/
implementation 'ai.djl.pytorch:pytorch-native-cu111:1.9.1'
// https://jarcasting.com/artifacts/ai.djl.pytorch/pytorch-native-cu111/
implementation ("ai.djl.pytorch:pytorch-native-cu111:1.9.1")
'ai.djl.pytorch:pytorch-native-cu111:jar:1.9.1'
<dependency org="ai.djl.pytorch" name="pytorch-native-cu111" rev="1.9.1">
<artifact name="pytorch-native-cu111" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.djl.pytorch', module='pytorch-native-cu111', version='1.9.1')
)
libraryDependencies += "ai.djl.pytorch" % "pytorch-native-cu111" % "1.9.1"
[ai.djl.pytorch/pytorch-native-cu111 "1.9.1"]