mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 09:07:10 +08:00

* 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
309 B
309 B
FastDeploy安装
Python安装
首先安装FastDeploy的SDK管理工具
pip install fastdeploy-python
然后通过命令行管理工具,根据自己的硬件安装相应SDK
安装CPU Python SDK
fastdeploy --install cpu
安装GPU Python SDK
fastdeploy --install gpu