p

pytorch-native-auto

Deep Java Library (DJL) provided PyTorch native library binary distribution
http://www.djl.ai/engines/pytorch/pytorch-native
The Apache License, Version 2.0
DJL.AI Team
Files download
File Operation
pytorch-native-auto-1.9.1.jar download
pytorch-native-auto-1.9.1.pom download
pytorch-native-auto-1.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.djl.pytorch</groupId>
  <artifactId>pytorch-native-auto</artifactId>
  <version>1.9.1</version>
</dependency>
Gradle Groovy
implementation 'ai.djl.pytorch:pytorch-native-auto:1.9.1'
Gradle Kotlin
implementation("ai.djl.pytorch:pytorch-native-auto:1.9.1")
Scala SBT
libraryDependencies += "ai.djl.pytorch" % "pytorch-native-auto" % "1.9.1"
Groovy Grape
@Grapes(
  @Grab(group='ai.djl.pytorch', module='pytorch-native-auto', version='1.9.1')
)
Apache Ivy
<dependency org="ai.djl.pytorch" name="pytorch-native-auto" rev="1.9.1" />
Leiningen
[ai.djl.pytorch/pytorch-native-auto "1.9.1"]
Apache Buildr
'ai.djl.pytorch:pytorch-native-auto:jar:1.9.1'
Dependencies
The project has no third-party dependencies