diff --git a/deploy/paddleocr_vl_docker/pipeline.Dockerfile b/deploy/paddleocr_vl_docker/pipeline.Dockerfile index cf6086ffea1..227643ea3ad 100644 --- a/deploy/paddleocr_vl_docker/pipeline.Dockerfile +++ b/deploy/paddleocr_vl_docker/pipeline.Dockerfile @@ -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 \ diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL-DCU.en.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL-DCU.en.md index ad47dd78def..bcb52b9f1f3 100644 --- a/docs/version3.x/pipeline_usage/PaddleOCR-VL-DCU.en.md +++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL-DCU.en.md @@ -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 diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL-DCU.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL-DCU.md index 186bd0948a9..110df8c4ccc 100644 --- a/docs/version3.x/pipeline_usage/PaddleOCR-VL-DCU.md +++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL-DCU.md @@ -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. 快速开始 diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL-NVIDIA-Blackwell.en.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL-NVIDIA-Blackwell.en.md index dd688c7343d..83cc95b0c2f 100644 --- a/docs/version3.x/pipeline_usage/PaddleOCR-VL-NVIDIA-Blackwell.en.md +++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL-NVIDIA-Blackwell.en.md @@ -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 diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL-NVIDIA-Blackwell.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL-NVIDIA-Blackwell.md index c38c7e89e34..baec25abe89 100644 --- a/docs/version3.x/pipeline_usage/PaddleOCR-VL-NVIDIA-Blackwell.md +++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL-NVIDIA-Blackwell.md @@ -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. 快速开始 diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL-XPU.en.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL-XPU.en.md index 54c43353df5..9cab46eac84 100644 --- a/docs/version3.x/pipeline_usage/PaddleOCR-VL-XPU.en.md +++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL-XPU.en.md @@ -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 diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL-XPU.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL-XPU.md index 82d6c901d13..9eaeae3a712 100644 --- a/docs/version3.x/pipeline_usage/PaddleOCR-VL-XPU.md +++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL-XPU.md @@ -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. 快速开始 diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md index ac7a058fb17..d92e2a25a1f 100644 --- a/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md +++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL.en.md @@ -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 diff --git a/docs/version3.x/pipeline_usage/PaddleOCR-VL.md b/docs/version3.x/pipeline_usage/PaddleOCR-VL.md index 130bf901bc9..70bf9598e9c 100644 --- a/docs/version3.x/pipeline_usage/PaddleOCR-VL.md +++ b/docs/version3.x/pipeline_usage/PaddleOCR-VL.md @@ -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. 快速开始