Skip to content

Commit 0d2651e

Browse files
jiangjiajunjiangjiajun
authored andcommitted
[LLM] Add output module and polish docs
1 parent fb18f30 commit 0d2651e

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,26 @@ FastDeploy升级2.0版本支持多种大模型推理(当前仅支持Qwen2,
3131

3232
## 安装
3333

34-
推荐使用Docker安装
34+
### Docker安装(推荐)
3535
```
3636
docker 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
```
4243
python -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+
# 编译
4850
cd FastDeploy
4951
bash build.sh
52+
# 安装
53+
pip install dist/fastdeploy-2.0.0a0-py3-none-any.whl
5054
```
5155

5256
## 快速使用

0 commit comments

Comments
 (0)