Files
FastDeploy/README.md
jiangjiajun 9d87046d78 first commit
2022-07-05 09:30:15 +00:00

29 lines
614 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
模型推理就用FastDeploy!
## 环境要求
- python >= 3.6
- cmake >= 3.18
- gcc >= 8.2
- cuda >= 11.0如若需要启用GPU
- tensorrt >= 8.4如若需要启用TensorRT后端
## 如何利用FastDeploy快速完成模型部署
- [C++部署指南](docs/cpp/README.md)
- [Python部署指南](docs/python/README.md)
## 如何自行编译FastDeploy
- [FastDeploy编译指南](docs/compile/README.md)
## 代码提交
提交代码前先初始化代码环境在clone代码后执行
```
sh commit-prepare.sh
```
在之后commit代码时会自动进行代码格式的检查。