Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions deploy/paddleocr_vl_docker/pipeline.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RUN if [ "${DEVICE_TYPE}" != 'dcu' ]; then \
&& rm -rf /var/lib/apt/lists/*; \
fi

RUN python -m pip install https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl

RUN if [ "${DEVICE_TYPE}" = 'gpu' ]; then \
python -m pip install paddlepaddle-gpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/; \
elif [ "${DEVICE_TYPE}" = 'gpu-sm120' ]; then \
Expand Down
3 changes: 1 addition & 2 deletions docs/version3.x/pipeline_usage/PaddleOCR-VL-DCU.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ Execute the following commands to complete the installation:
```shell
python -m pip install paddlepaddle-dcu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/dcu/
python -m pip install -U "paddleocr[doc-parser]"
python -m pip install https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
```

> **Please note to install PaddlePaddle version 3.2.1 or above, and install the special version of safetensors.**
> **Please note to install PaddlePaddle version 3.2.1 or above.**

## 2. Quick Start

Expand Down
3 changes: 1 addition & 2 deletions docs/version3.x/pipeline_usage/PaddleOCR-VL-DCU.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ source .venv_paddleocr/bin/activate
```shell
python -m pip install paddlepaddle-dcu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/dcu/
python -m pip install -U "paddleocr[doc-parser]"
python -m pip install https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
```

> **请注意安装 3.2.1 及以上版本的飞桨框架,同时安装特殊版本的 safetensors。**
> **请注意安装 3.2.1 及以上版本的飞桨框架。**

## 2. 快速开始

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,9 @@ Run the following commands to complete the installation:
# Note that PaddlePaddle for cu129 is being installed here
python -m pip install paddlepaddle-gpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/cu129/
python -m pip install -U "paddleocr[doc-parser]"
# For Linux systems, run:
python -m pip install https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
# For Windows systems, run:
python -m pip install https://xly-devops.cdn.bcebos.com/safetensors-nightly/safetensors-0.6.2.dev0-cp38-abi3-win_amd64.whl
```

> **Please ensure that PaddlePaddle framework version 3.2.1 or higher is installed, along with the special version of safetensors.**
> **Please ensure that PaddlePaddle framework version 3.2.1 or higher is installed.**

## 2. Quick Start

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,9 @@ source .venv_paddleocr/bin/activate
# 注意这里安装的是 cu129 的 PaddlePaddle
python -m pip install paddlepaddle-gpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/cu129/
python -m pip install -U "paddleocr[doc-parser]"
# 对于 Linux 系统,执行:
python -m pip install https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
# 对于 Windows 系统,执行:
python -m pip install https://xly-devops.cdn.bcebos.com/safetensors-nightly/safetensors-0.6.2.dev0-cp38-abi3-win_amd64.whl
```

> **请注意安装 3.2.1 及以上版本的飞桨框架,同时安装特殊版本的 safetensors。**
> **请注意安装 3.2.1 及以上版本的飞桨框架。**

## 2. 快速开始

Expand Down
3 changes: 1 addition & 2 deletions docs/version3.x/pipeline_usage/PaddleOCR-VL-XPU.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ Execute the following commands to complete the installation:
```shell
python -m pip install paddlepaddle-xpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
python -m pip install -U "paddleocr[doc-parser]"
python -m pip install https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
```

> **Please ensure to install PaddlePaddle version 3.2.1 or above, along with the special version of safetensors.**
> **Please ensure to install PaddlePaddle version 3.2.1 or above.**

## 2. Quick Start

Expand Down
3 changes: 1 addition & 2 deletions docs/version3.x/pipeline_usage/PaddleOCR-VL-XPU.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,9 @@ source .venv_paddleocr/bin/activate
```shell
python -m pip install paddlepaddle-xpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/
python -m pip install -U "paddleocr[doc-parser]"
python -m pip install https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
```

> **请注意安装 3.2.1 及以上版本的飞桨框架,同时安装特殊版本的 safetensors。**
> **请注意安装 3.2.1 及以上版本的飞桨框架。**

## 2. 快速开始

Expand Down
6 changes: 1 addition & 5 deletions docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,10 @@ Run the following commands to complete the installation:
# The following command installs the PaddlePaddle version for CUDA 12.6. For other CUDA versions and the CPU version, please refer to https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/develop/install/pip/linux-pip.html
python -m pip install paddlepaddle-gpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
python -m pip install -U "paddleocr[doc-parser]"
# For Linux systems, please directly copy and execute the following commands without modifying the cuda version in the link:
python -m pip install https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
# For Windows systems, directly copy and execute the following command:
python -m pip install https://xly-devops.cdn.bcebos.com/safetensors-nightly/safetensors-0.6.2.dev0-cp38-abi3-win_amd64.whl
```

> IMPORTANT:
> **Please ensure that you install PaddlePaddle framework version 3.2.1 or above, along with the special version of safetensors.** For macOS users, please use Docker to set up the environment.
> **Please ensure that you install PaddlePaddle framework version 3.2.1 or above.** For macOS users, please use Docker to set up the environment.

## 2. Quick Start

Expand Down
6 changes: 1 addition & 5 deletions docs/version3.x/pipeline_usage/PaddleOCR-VL.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,10 @@ source .venv_paddleocr/bin/activate
# 以下命令安装 CUDA 12.6 版本的 PaddlePaddle,对于其他 CUDA 版本以及 CPU 版本,请参考 https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/develop/install/pip/linux-pip.html
python -m pip install paddlepaddle-gpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
python -m pip install -U "paddleocr[doc-parser]"
# 对于 Linux 系统,请直接复制并执行以下命令,无需修改链接中的 cuda 版本:
python -m pip install https://paddle-whl.bj.bcebos.com/nightly/cu126/safetensors/safetensors-0.6.2.dev0-cp38-abi3-linux_x86_64.whl
# 对于Windows 系统,请直接复制并执行以下命令:
python -m pip install https://xly-devops.cdn.bcebos.com/safetensors-nightly/safetensors-0.6.2.dev0-cp38-abi3-win_amd64.whl
```

> IMPORTANT:
> **请注意安装 3.2.1 及以上版本的飞桨框架,同时安装特殊版本的 safetensors。** 对于 macOS 用户,请使用 Docker 进行环境搭建。
> **请注意安装 3.2.1 及以上版本的飞桨框架。** 对于 macOS 用户,请使用 Docker 进行环境搭建。

## 2. 快速开始

Expand Down