mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00
24 lines
311 B
Markdown
24 lines
311 B
Markdown
# FastDeploy安装
|
||
|
||
## Python安装
|
||
|
||
首先安装FastDeploy的SDK管理工具
|
||
|
||
```
|
||
pip install fastdeploy-python
|
||
```
|
||
|
||
然后通过命令行管理工具,根据自己的硬件安装相应SDK
|
||
|
||
### 安装CPU Python SDK
|
||
|
||
```
|
||
fastdeploy --install cpu
|
||
```
|
||
|
||
### 安装GPU Python SDK
|
||
|
||
```
|
||
fastdeploy --install gpu
|
||
```
|