Skip to content

Commit fc4d643

Browse files
Update nvidia_gpu.md
1 parent bb880c8 commit fc4d643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get_started/installation/nvidia_gpu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python -m pip install paddlepaddle-gpu==3.1.0 -i https://www.paddlepaddle.org.cn
2525

2626
Then install fastdeploy. **Do not install from PyPI**. Use the following methods instead:
2727

28-
For SM80/90 architecture GPUs(e.g A100/H100):
28+
For SM80/90 architecture GPUs(e.g A100/H100/A10):
2929
```
3030
# Install stable release
3131
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
3434
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
3535
```
3636

37-
For SM86/89 architecture GPUs(e.g 4090/L20/L40):
37+
For SM86/89 architecture GPUs(e.g 4090/L20/L40/A30):
3838
```
3939
# Install stable release
4040
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

0 commit comments

Comments
 (0)