mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-09-27 12:52:29 +08:00
Update nvidia_gpu.md
This commit is contained in:
@@ -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:
|
Then install fastdeploy. **Do not install from PyPI**. Use the following methods instead:
|
||||||
|
|
||||||
For SM80/90 architecture GPUs(e.g A10/A100/H100/):
|
For SM80/90 architecture GPUs(e.g A30/A100/H100/):
|
||||||
```
|
```
|
||||||
# Install stable release
|
# 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
|
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
|
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 A30/4090/L20/L40):
|
For SM86/89 architecture GPUs(e.g A10/4090/L20/L40):
|
||||||
```
|
```
|
||||||
# Install stable release
|
# 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
|
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
|
||||||
|
Reference in New Issue
Block a user