Files
FastDeploy/docs/quick_start/install.md
leiqing 74c574a394 Add yolov7 docs (#86)
* ‘’

* ‘’

Co-authored-by: Jason <jiangjiajun@baidu.com>
2022-08-09 20:54:53 +08:00

24 lines
311 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# FastDeploy安装
## Python安装
首先安装FastDeploy的SDK管理工具
```
pip install fastdeploy-python
```
然后通过命令行管理工具根据自己的硬件安装相应SDK
### 安装CPU Python SDK
```
fastdeploy --install cpu
```
### 安装GPU Python SDK
```
fastdeploy --install gpu
```