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

311 B
Raw Blame History

FastDeploy安装

Python安装

首先安装FastDeploy的SDK管理工具

pip install fastdeploy-python

然后通过命令行管理工具根据自己的硬件安装相应SDK

安装CPU Python SDK

fastdeploy --install cpu

安装GPU Python SDK

fastdeploy --install gpu