Skip to content

Commit c9b548d

Browse files
author
litongjava
committed
add windows gpu
1 parent c6dcb2b commit c9b548d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<groupId>ai.djl.pytorch</groupId>
7474
<artifactId>pytorch-engine</artifactId>
7575
<version>${djl.version}</version>
76+
<scope>runtime</scope>
7677
</dependency>
7778
<!-- ONNX -->
7879
<dependency>
@@ -95,17 +96,20 @@
9596
</dependency>
9697

9798
<!--windows gpu-->
99+
<!-- https://mvnrepository.com/artifact/ai.djl.pytorch/pytorch-native-cu117 -->
98100
<!-- <dependency>-->
99101
<!-- <groupId>ai.djl.pytorch</groupId>-->
100102
<!-- <artifactId>pytorch-native-cu117</artifactId>-->
103+
<!-- <version>1.13.1</version>-->
101104
<!-- <classifier>win-x86_64</classifier>-->
102-
<!-- <version>1.13.0</version>-->
103105
<!-- <scope>runtime</scope>-->
104106
<!-- </dependency>-->
107+
108+
105109
<!-- <dependency>-->
106110
<!-- <groupId>ai.djl.pytorch</groupId>-->
107111
<!-- <artifactId>pytorch-jni</artifactId>-->
108-
<!-- <version>1.13.0-0.20.0</version>-->
112+
<!-- <version>2.0.1-0.25.0</version>-->
109113
<!-- <scope>runtime</scope>-->
110114
<!-- </dependency>-->
111115

0 commit comments

Comments
 (0)