You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Because the 4.3.8 SDK in the image is incompatible with KMD, paddle cannot find the iluvatar device. Therefore, it is temporarily necessary to map ixsmi, libcuda.so.1, libixml.so, and libixthunk.so from the host corex-4.3.8 directory into the container.
31
31
32
-
/home/paddle contains the model files, *.whl packages, and scripts.
32
+
/home/workspace contains the model files, *.whl packages, and scripts.
33
33
34
34
### 3.2 Install paddle
35
35
@@ -458,14 +458,9 @@ curl -X POST "http://0.0.0.0:8180/v1/chat/completions" \
458
458
### 4.3 PaddleOCR-VL series
459
459
#### 4.3.1 PaddleOCR-VL-0.9B
460
460
461
-
- (Optional) Build and install paddleocr from source
462
-
463
-
To install the latest `paddleocr`, you can compile it from source. The version in the image is `3.3.2`.
464
-
461
+
- install paddleocr
465
462
```bash
466
-
git clone -b main https://github.com/PaddlePaddle/PaddleOCR.git
467
-
cd PaddleOCR
468
-
pip3 install -e ".[doc-parser]"
463
+
pip3 install paddleocr[doc-parser]==3.3.2
469
464
```
470
465
471
466
Refer to [gpu doc](https://github.com/PaddlePaddle/FastDeploy/blob/develop/docs/best_practices/PaddleOCR-VL-0.9B.md), the command as bellow:
After each image is inferred, a corresponding `md` file will be generated in the `output` path. Running the entire benchmark (1355 images) takes approximately 1.8 hours.
0 commit comments