Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update model support with Triton's FIL backend #484

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions docs/model-formats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ By leveraging existing third-party model servers, we support a number of standar
- [XGBoost](xgboost.md)

| Model Type | Framework | Supported via ServingRuntime |
| ----------- | ---------------- | ---------------------------- |
| keras | TensorFlow | Triton (C++) |
| lightgbm | LightGBM | MLServer (python) |
| onnx | ONNX | Triton (C++), OVMS (C++) |
| openvino_ir | Intel OpenVINO\* | OVMS (C++) |
| pytorch | PyTorch | Triton (C++) |
| sklearn | scikit-learn | MLServer (python) |
| tensorflow | TensorFlow | Triton (C++) |
| xgboost | XGBoost | MLServer (python) |
| any | Custom | [Custom](../runtimes) (any) |
| ----------- | ---------------- |------------------------------|
| keras | TensorFlow | Triton |
| lightgbm | LightGBM | MLServer, Triton |
| onnx | ONNX | Triton, OVMS |
| openvino_ir | Intel OpenVINO\* | OVMS |
| pytorch | PyTorch | Triton |
| sklearn | scikit-learn | MLServer, Triton |
| tensorflow | TensorFlow | Triton |
| xgboost | XGBoost | MLServer, Triton |
| any | Custom | [Custom](../runtimes) |

(\*)Many ML frameworks can have models converted to the OpenVINO IR format, such as Caffe, TensorFlow, MXNet, PaddlePaddle and ONNX, doc [here](https://docs.openvino.ai/latest/ovms_what_is_openvino_model_server.html).
Loading