File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,22 +31,26 @@ FastDeploy升级2.0版本支持多种大模型推理(当前仅支持Qwen2,
3131
3232## 安装
3333
34- 推荐使用Docker安装
34+ ### Docker安装(推荐)
3535```
3636docker pull iregistry.baidu-int.com/paddlepaddle/fastdeploy:2.0.0-alpha
3737```
3838
3939### 源码安装
40- 1 . 安装PaddlePaddle GPU(nightly build,代码版本需新于2025.05.30),详见[ PaddlePaddle安装] ( https://www.paddlepaddle.org.cn/en/install/quick?docurl=/documentation/docs/en/develop/install/pip/linux-pip_en.html ) ,指定安装CUDA 12.6 develop(Nightly build)版本,如下命令可完成安装
40+ #### 安装PaddlePaddle
41+ > 注意安装nightly build版本,代码版本需新于2025.05.30,详见[ PaddlePaddle安装] ( https://www.paddlepaddle.org.cn/en/install/quick?docurl=/documentation/docs/en/develop/install/pip/linux-pip_en.html ) ,指定安装CUDA 12.6 develop(Nightly build)版本。
4142```
4243python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
4344```
4445
45- 2 . 安装FastDeploy
46+ #### 编译安装FastDeploy
4647
4748```
49+ # 编译
4850cd FastDeploy
4951bash build.sh
52+ # 安装
53+ pip install dist/fastdeploy-2.0.0a0-py3-none-any.whl
5054```
5155
5256## 快速使用
You can’t perform that action at this time.
0 commit comments