From fc4d643634b4e20666bfec5636269f51c558cf0c Mon Sep 17 00:00:00 2001 From: Jiang-Jia-Jun <163579578+Jiang-Jia-Jun@users.noreply.github.com> Date: Wed, 2 Jul 2025 15:39:48 +0800 Subject: [PATCH] Update nvidia_gpu.md --- docs/get_started/installation/nvidia_gpu.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get_started/installation/nvidia_gpu.md b/docs/get_started/installation/nvidia_gpu.md index 2d60acc12..b2f21a74b 100644 --- a/docs/get_started/installation/nvidia_gpu.md +++ b/docs/get_started/installation/nvidia_gpu.md @@ -25,7 +25,7 @@ python -m pip install paddlepaddle-gpu==3.1.0 -i https://www.paddlepaddle.org.cn Then install fastdeploy. **Do not install from PyPI**. Use the following methods instead: -For SM80/90 architecture GPUs(e.g A100/H100): +For SM80/90 architecture GPUs(e.g A100/H100/A10): ``` # Install stable release python -m pip install fastdeploy-gpu -i https://www.paddlepaddle.org.cn/packages/stable/fastdeploy-gpu-80_90/ --extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple @@ -34,7 +34,7 @@ python -m pip install fastdeploy-gpu -i https://www.paddlepaddle.org.cn/packages python -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 ``` -For SM86/89 architecture GPUs(e.g 4090/L20/L40): +For SM86/89 architecture GPUs(e.g 4090/L20/L40/A30): ``` # Install stable release python -m pip install fastdeploy-gpu -i https://www.paddlepaddle.org.cn/packages/stable/fastdeploy-gpu-86_89/ --extra-index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple