File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 73
73
<groupId >ai.djl.pytorch</groupId >
74
74
<artifactId >pytorch-engine</artifactId >
75
75
<version >${djl.version} </version >
76
+ <scope >runtime</scope >
76
77
</dependency >
77
78
<!-- ONNX -->
78
79
<dependency >
95
96
</dependency >
96
97
97
98
<!-- windows gpu-->
99
+ <!-- https://mvnrepository.com/artifact/ai.djl.pytorch/pytorch-native-cu117 -->
98
100
<!-- <dependency>-->
99
101
<!-- <groupId>ai.djl.pytorch</groupId>-->
100
102
<!-- <artifactId>pytorch-native-cu117</artifactId>-->
103
+ <!-- <version>1.13.1</version>-->
101
104
<!-- <classifier>win-x86_64</classifier>-->
102
- <!-- <version>1.13.0</version>-->
103
105
<!-- <scope>runtime</scope>-->
104
106
<!-- </dependency>-->
107
+
108
+
105
109
<!-- <dependency>-->
106
110
<!-- <groupId>ai.djl.pytorch</groupId>-->
107
111
<!-- <artifactId>pytorch-jni</artifactId>-->
108
- <!-- <version>1.13.0 -0.20 .0</version>-->
112
+ <!-- <version>2.0.1 -0.25 .0</version>-->
109
113
<!-- <scope>runtime</scope>-->
110
114
<!-- </dependency>-->
111
115
You can’t perform that action at this time.
0 commit comments