File tree 2 files changed +3
-2
lines changed
src/main/java/ai/djl/jsr381/spi
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ dependencies {
12
12
api " ai.djl:model-zoo:0.3.0"
13
13
api " ai.djl.mxnet:mxnet-model-zoo:0.3.0"
14
14
api ' ai.djl.mxnet:mxnet-engine:0.3.0'
15
- api ' ai.djl.mxnet:mxnet-native-mkl :1.6.0'
15
+ api ' ai.djl.mxnet:mxnet-native-auto :1.6.0'
16
16
api " org.apache.commons:commons-csv:1.7"
17
- api " org.slf4j:slf4j-simple:1.7.30"
18
17
18
+ testImplementation " org.slf4j:slf4j-simple:1.7.30"
19
19
testImplementation(" org.testng:testng:6.14.3" ) {
20
20
exclude group : " junit" , module : " junit"
21
21
}
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ public final class DjlServiceProvider extends ServiceProvider {
14
14
15
15
/** {@inheritDoc} */
16
16
@ Override
17
+ @ SuppressWarnings ("deprecation" )
17
18
public BuilderService getBuilderService () {
18
19
return null ;
19
20
}
You can’t perform that action at this time.
0 commit comments