Skip to content

Commit

Permalink
add djl-pytorch libpath
Browse files Browse the repository at this point in the history
  • Loading branch information
litongjava committed Dec 24, 2023
1 parent 50dfe5e commit 1bf5d69
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion paddle-ocr/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,19 @@ glic==2.28 or CentOS 8.4
git clone https://github.com/litongjava/ai-server.git
or
#git clone https://gitee.com/ppnt/ai-server.git
mvn clean deploy -pl paddle-ocr/paddle-ocr-server -DskipTests
mvn clean package -pl paddle-ocr/paddle-ocr-server -DskipTests
```
run
```
java -jar java -jar paddle-ocr/paddle-ocr-server/target/paddle-ocr-server-1.0.1.jar
```

## 库文件存储路径
启动后默认会下载pytorch,djl-pytorch库文件存储路径
```
/user.dir/.djl.ai\pytorch
```

## 接口文档

### 在线文档地址
Expand Down

0 comments on commit 1bf5d69

Please sign in to comment.