Files
FastDeploy/docs/quick_start/install.md
Jason 8c8818c48f Add sample doc and example code (#83)
* modify yolov7 and visualize functions

* Add a sample document and example code

* Delete .README.md.swp

* Update README.md

* Update README.md

* Update README.md
2022-08-09 14:18:49 +08:00

309 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