Skip to content

Commit 1bf5d69

Browse files
author
litongjava
committed
add djl-pytorch libpath
1 parent 50dfe5e commit 1bf5d69

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

paddle-ocr/readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,19 @@ glic==2.28 or CentOS 8.4
1717
git clone https://github.com/litongjava/ai-server.git
1818
or
1919
#git clone https://gitee.com/ppnt/ai-server.git
20-
mvn clean deploy -pl paddle-ocr/paddle-ocr-server -DskipTests
20+
mvn clean package -pl paddle-ocr/paddle-ocr-server -DskipTests
2121
```
2222
run
2323
```
2424
java -jar java -jar paddle-ocr/paddle-ocr-server/target/paddle-ocr-server-1.0.1.jar
2525
```
26+
27+
## 库文件存储路径
28+
启动后默认会下载pytorch,djl-pytorch库文件存储路径
29+
```
30+
/user.dir/.djl.ai\pytorch
31+
```
32+
2633
## 接口文档
2734

2835
### 在线文档地址

0 commit comments

Comments
 (0)