Skip to content

Commit

Permalink
feat: update readme, with that plattform field is legacy and backend …
Browse files Browse the repository at this point in the history
…is prefered (#66)

* feat: update readme, with that plattform field is legacy and backend is prefered

* feat: always refer to backend instead of plattform

* fix: update after feedback

* Update README.md

Co-authored-by: Ryan McCormick <mccormick.codes@gmail.com>

Co-authored-by: Ryan McCormick <mccormick.codes@gmail.com>
  • Loading branch information
NikeNano and rmccorm4 authored Aug 19, 2022
1 parent dbb5ec5 commit 4ab5353
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,25 +157,11 @@ requests to the backend for execution and the backend uses the API to
communicate with Triton.

Every model must be associated with a backend. A model's backend is
specified in the model's configuration using the 'backend' and
'platform' settings. Depending on the backend one or the other of
these properties is optional.

* For TensorRT, 'backend' must be set to *tensorrt* or 'platform' must
be set to *tensorrt_plan*.

* For PyTorch, 'backend' must be set to *pytorch* or 'platform' must
be set to *pytorch_libtorch*.

* For ONNX, 'backend' must be set to *onnxruntime* or 'platform' must
be set to *onnxruntime_onnx*.

* For TensorFlow, 'platform must be set to *tensorflow_graphdef* or
*tensorflow_savedmodel*. Optionally 'backend' can be set to
*tensorflow*.

* For all other backends, 'backend' must be set to the name of the
backend and 'platform' is optional.
specified in the model's configuration using the 'backend' setting.
For using TensorRT backend, the value of this setting should be *tensorrt*.
Similarly, for using PyTorch, ONNX and TensorFlow Backends, the `backend`
field should be set to *pytorch*, *onnxruntime* or *tensorflow* respectively.
For all other backends, 'backend' must be set to the name of the backend.

### Backend Shared Library

Expand Down

0 comments on commit 4ab5353

Please sign in to comment.