You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated installation instructions for PaddlePaddle and FastDeploy to remove specific CUDA version mentions and clarify support for multiple GPU architectures.
First 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)
@@ -43,13 +43,13 @@ Then install fastdeploy. **Do not install from PyPI**. Use the following methods
43
43
**Note**: Stable FastDeploy release pairs with stable PaddlePaddle; Nightly Build FastDeploy pairs with Nightly Build PaddlePaddle. The `--extra-index-url` is only used for downloading fastdeploy-gpu's dependencies; fastdeploy-gpu itself must be installed from the Paddle source specified by `-i`.
@@ -124,7 +124,7 @@ After the build completes, the operator binaries can be found in `FastDeploy/fas
124
124
> **Notes:**
125
125
>
126
126
> - This mode prioritizes downloading precompiled GPU operator wheels to reduce build time.
127
-
> -Currently supports **GPU, SM80/90, CUDA 12.6, Python3.10** only.
127
+
> -Supports **GPU, SM80/86/89/90.
128
128
> - For custom architectures or modified operator logic, please use **source compilation (Section 4)**.
129
129
> - You can check whether the precompiled wheel for a specific commit has been successfully built on the [FastDeploy CI Build Status Page](https://github.com/PaddlePaddle/FastDeploy/actions/workflows/ce_job.yml).
0 commit comments