mirror of
https://github.com/geekwenjie/SmartJavaAI.git
synced 2026-09-16 23:18:59 +00:00
修复maven引用问题
This commit is contained in:
@@ -241,17 +241,10 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ai.djl.tensorflow</groupId>
|
<groupId>ai.djl.tensorflow</groupId>
|
||||||
<artifactId>tensorflow-native-cpu</artifactId>
|
<artifactId>tensorflow-native-cpu</artifactId>
|
||||||
<classifier>${javacv.platform.linux-arm64}</classifier>
|
<classifier>${djl.platform.linux-aarch64}</classifier>
|
||||||
<scope>runtime</scope>
|
<scope>runtime</scope>
|
||||||
<version>2.16.1</version>
|
<version>2.16.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>ai.djl.mxnet</groupId>
|
|
||||||
<artifactId>mxnet-native-mkl</artifactId>
|
|
||||||
<classifier>${javacv.platform.linux-arm64}</classifier>
|
|
||||||
<scope>runtime</scope>
|
|
||||||
<version>1.9.1</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- macOS M系列 平台 (保留对应平台的配置,可以减小包大小)-->
|
<!-- macOS M系列 平台 (保留对应平台的配置,可以减小包大小)-->
|
||||||
|
|||||||
Reference in New Issue
Block a user