@@ -23,7 +23,7 @@ docker pull ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlepaddle/fastdeploy-cuda-12
2323First install paddlepaddle-gpu. For detailed instructions, refer to [ PaddlePaddle Installation] ( https://www.paddlepaddle.org.cn/en/install/quick?docurl=/documentation/docs/en/develop/install/pip/linux-pip_en.html )
2424``` shell
2525# Install stable release
26- python -m pip install paddlepaddle-gpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
26+ python -m pip install paddlepaddle-gpu==3.3.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
2727
2828# Install latest Nightly build
2929python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
@@ -34,7 +34,7 @@ Then install fastdeploy. **Do not install from PyPI**. Use the following methods
3434For SM80/90 architecture GPUs(e.g A30/A100/H100/):
3535```
3636# Install stable release
37- python -m pip install fastdeploy-gpu==2.3.3 -i https://www.paddlepaddle.org.cn/packages/stable/fastdeploy-gpu-80_90/ --extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
37+ python -m pip install fastdeploy-gpu==2.4.0 -i https://www.paddlepaddle.org.cn/packages/stable/fastdeploy-gpu-80_90/ --extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
3838
3939# Install latest Nightly build
4040python -m pip install fastdeploy-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/fastdeploy-gpu-80_90/ --extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
@@ -43,7 +43,7 @@ python -m pip install fastdeploy-gpu -i https://www.paddlepaddle.org.cn/packages
4343For SM86/89 architecture GPUs(e.g A10/4090/L20/L40):
4444```
4545# Install stable release
46- python -m pip install fastdeploy-gpu==2.3.3 -i https://www.paddlepaddle.org.cn/packages/stable/fastdeploy-gpu-86_89/ --extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
46+ python -m pip install fastdeploy-gpu==2.4.0 -i https://www.paddlepaddle.org.cn/packages/stable/fastdeploy-gpu-86_89/ --extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
4747
4848# Install latest Nightly build
4949python -m pip install fastdeploy-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/fastdeploy-gpu-86_89/ --extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
@@ -64,7 +64,7 @@ docker build -f dockerfiles/Dockerfile.gpu -t fastdeploy:gpu .
6464
6565First install paddlepaddle-gpu. For detailed instructions, refer to [ PaddlePaddle Installation] ( https://www.paddlepaddle.org.cn/en/install/quick?docurl=/documentation/docs/en/develop/install/pip/linux-pip_en.html )
6666``` shell
67- python -m pip install paddlepaddle-gpu==3.2.1 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
67+ python -m pip install paddlepaddle-gpu==3.3.0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
6868```
6969
7070Then clone the source code and build:
@@ -92,7 +92,7 @@ First, install paddlepaddle-gpu.
9292For detailed instructions, please refer to the [ PaddlePaddle Installation Guide] ( https://www.paddlepaddle.org.cn/ ) .
9393
9494``` shell
95- python -m pip install paddlepaddle-gpu==3.2 .0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
95+ python -m pip install paddlepaddle-gpu==3.3 .0 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
9696```
9797
9898Then, clone the FastDeploy repository and build using the precompiled operator wheels:
0 commit comments