d

djl-spring-boot-starter-pytorch-auto

DJL PyTorch Spring Boot starter project with automatic platform detection
The Apache License, Version 2.0
文件下载
文件名 操作
djl-spring-boot-starter-pytorch-auto-0.2.jar 下载
djl-spring-boot-starter-pytorch-auto-0.2.pom 下载
Apache Maven
<dependency>
  <groupId>ai.djl.spring</groupId>
  <artifactId>djl-spring-boot-starter-pytorch-auto</artifactId>
  <version>0.2</version>
</dependency>
Gradle Groovy
implementation 'ai.djl.spring:djl-spring-boot-starter-pytorch-auto:0.2'
Gradle Kotlin
implementation("ai.djl.spring:djl-spring-boot-starter-pytorch-auto:0.2")
Scala SBT
libraryDependencies += "ai.djl.spring" % "djl-spring-boot-starter-pytorch-auto" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='ai.djl.spring', module='djl-spring-boot-starter-pytorch-auto', version='0.2')
)
Apache Ivy
<dependency org="ai.djl.spring" name="djl-spring-boot-starter-pytorch-auto" rev="0.2" />
Leiningen
[ai.djl.spring/djl-spring-boot-starter-pytorch-auto "0.2"]
Apache Buildr
'ai.djl.spring:djl-spring-boot-starter-pytorch-auto:jar:0.2'