Files
FastDeploy/docs/runtime/README.md
2022-09-14 16:24:58 +08:00

19 lines
920 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当前已集成多种推理后端如下表格列出FastDeploy集成的各后端与在FastDeploy中其支持的平台、硬件等信息
| 推理后端 | 支持平台 | 支持硬件 | 支持模型格式 |
| :------- | :------- | :------- | :---- |
| Paddle Inference | Windows(x64)/Linux(x64) | GPU/CPU | Paddle |
| ONNX Runtime | Windows(x64)/Linux(x64/aarch64) | GPU/CPU | Paddle/ONNX |
| TensorRT | Windows(x64)/Linux(x64/jetson) | GPU | Paddle/ONNX |
| OpenVINO | Windows(x64)/Linux(x64) | CPU | Paddle/ONNX |
| Poros[进行中] | Linux(x64) | CPU/GPU | TorchScript |
FastDeploy中各后端独立用户在自行编译时可以选择开启其中一种或多种后端FastDeploy中的`Runtime`模块为所有后端提供了统一的使用APIRuntime使用方式参阅文档[FastDeploy Runtime使用文档](usage.md)
## 其它文档
- [FastDeploy编译](../compile)