File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/get_started/installation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ python -m pip install paddlepaddle-gpu==3.1.0 -i https://www.paddlepaddle.org.cn
25
25
26
26
Then install fastdeploy. ** Do not install from PyPI** . Use the following methods instead:
27
27
28
- For SM80/90 architecture GPUs(e.g A100/H100):
28
+ For SM80/90 architecture GPUs(e.g A100/H100/A10 ):
29
29
```
30
30
# Install stable release
31
31
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
34
34
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
35
35
```
36
36
37
- For SM86/89 architecture GPUs(e.g 4090/L20/L40):
37
+ For SM86/89 architecture GPUs(e.g 4090/L20/L40/A30 ):
38
38
```
39
39
# Install stable release
40
40
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
You can’t perform that action at this time.
0 commit comments