| | |
| | | <artifactId>milo-spring-boot-starter</artifactId> |
| | | <version>3.0.4</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>ai.djl.pytorch</groupId> |
| | | <artifactId>pytorch-engine</artifactId> |
| | | <version>0.16.0</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>ai.djl.pytorch</groupId> |
| | | <artifactId>pytorch-native-auto</artifactId> |
| | | <version>1.9.1</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>ai.djl.pytorch</groupId> |
| | | <artifactId>pytorch-jni</artifactId> |
| | | <version>1.9.1-0.16.0</version> |
| | | </dependency> |
| | | </dependencies> |
| | | <build> |
| | | <plugins> |