Skip to content

Commit c6dcb2b

Browse files
author
litongjava
committed
update djl to 0.25.0
1 parent 5525604 commit c6dcb2b

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

pom.xml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.luooqi</groupId>
88
<artifactId>tools-ocr</artifactId>
9-
<version>1.2.7</version>
9+
<version>2.2.8</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -16,7 +16,7 @@
1616
<main.class>com.luooqi.ocr.MainFm</main.class>
1717
<lombok.version>1.18.20</lombok.version>
1818
<logback.version>1.2.3</logback.version>
19-
<djl.version>0.22.1</djl.version>
19+
<djl.version>0.25.0</djl.version>
2020
</properties>
2121

2222
<dependencies>
@@ -94,6 +94,21 @@
9494
<scope>test</scope>
9595
</dependency>
9696

97+
<!--windows gpu-->
98+
<!-- <dependency>-->
99+
<!-- <groupId>ai.djl.pytorch</groupId>-->
100+
<!-- <artifactId>pytorch-native-cu117</artifactId>-->
101+
<!-- <classifier>win-x86_64</classifier>-->
102+
<!-- <version>1.13.0</version>-->
103+
<!-- <scope>runtime</scope>-->
104+
<!-- </dependency>-->
105+
<!-- <dependency>-->
106+
<!-- <groupId>ai.djl.pytorch</groupId>-->
107+
<!-- <artifactId>pytorch-jni</artifactId>-->
108+
<!-- <version>1.13.0-0.20.0</version>-->
109+
<!-- <scope>runtime</scope>-->
110+
<!-- </dependency>-->
111+
97112
</dependencies>
98113
<build>
99114
<plugins>
@@ -130,8 +145,8 @@
130145
<copyright>luooqi@2020</copyright>
131146
<installdirChooser>true</installdirChooser>
132147
</bundleArguments>
133-
<nativeReleaseVersion>${soft.version}</nativeReleaseVersion>
134-
<!-- <additionalAppResources>${project.basedir}/ocr/models</additionalAppResources>-->
148+
<nativeReleaseVersion>${project.version}</nativeReleaseVersion>
149+
<additionalAppResources>${project.basedir}/models</additionalAppResources>
135150
</configuration>
136151
</plugin>
137152
</plugins>

0 commit comments

Comments
 (0)