Files download
File Operation
pytorch-engine-0.6.0.jar download
pytorch-engine-0.6.0.pom download
pytorch-engine-0.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ai.djl.pytorch</groupId>
  <artifactId>pytorch-engine</artifactId>
  <version>0.6.0</version>
</dependency>
Gradle Groovy
implementation 'ai.djl.pytorch:pytorch-engine:0.6.0'
Gradle Kotlin
implementation("ai.djl.pytorch:pytorch-engine:0.6.0")
Scala SBT
libraryDependencies += "ai.djl.pytorch" % "pytorch-engine" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='ai.djl.pytorch', module='pytorch-engine', version='0.6.0')
)
Apache Ivy
<dependency org="ai.djl.pytorch" name="pytorch-engine" rev="0.6.0" />
Leiningen
[ai.djl.pytorch/pytorch-engine "0.6.0"]
Apache Buildr
'ai.djl.pytorch:pytorch-engine:jar:0.6.0'
Dependencies

compile

|-- ai.djl:api:0.6.0