Skip to content

Commit c30ff26

Browse files
committed
构建文档 更新链接
1 parent 0c9aef2 commit c30ff26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cpp/README-linux.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ wget https://paddle-inference-lib.bj.bcebos.com/3.0.0-beta1/cxx_c/Linux/CPU/gcc8
7474
tar -xf paddle_inference.tgz
7575
mv paddle_inference paddle_inference_manylinux_cpu_avx_mkl_gcc8.2
7676
# 模型库
77-
wget https://github.com/hiroi-sora/PaddleOCR-json/releases/download/v1.4.1/models_v1.4.1.zip
77+
wget https://github.com/hiroi-sora/PaddleOCR-json/releases/download/v1.4.1-dev/models_v1.4.1.zip
7878
unzip -x models_v1.4.1.zip
7979
```
8080

8181
- [paddle_inference](https://www.paddlepaddle.org.cn/inference/master/guides/install/download_lib.html) (Linux, C++预测库, gcc编译器版本, manylinux_cpu_avx_mkl_gcc8.2)
82-
- [模型库](https://github.com/hiroi-sora/PaddleOCR-json/releases/download/v1.4.1) (models.zip)
82+
- [模型库](https://github.com/hiroi-sora/PaddleOCR-json/releases/download/v1.4.1-dev) (models.zip)
8383

8484
### 1.3 准备 OpenCV
8585

cpp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
- [paddle_inference.zip](https://paddle-inference-lib.bj.bcebos.com/3.0.0-beta1/cxx_c/Windows/CPU/x86-64_avx-mkl-vs2019/paddle_inference.zip) (Windows C++预测库, 3.0.0, cpu_avx_mkl)
2626
- [Opencv](https://github.com/opencv/opencv/releases) (windows.exe)
27-
- [模型库](https://github.com/hiroi-sora/PaddleOCR-json/releases/download/v1.4.1) (models.zip)
27+
- [模型库](https://github.com/hiroi-sora/PaddleOCR-json/releases/download/v1.4.1-dev) (models.zip)
2828

2929
### 1.3 放置资源
3030

0 commit comments

Comments
 (0)