Skip to content

Commit

Permalink
Add pointer to 'raw binary data' documentation (#4182)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadeyegoodwin authored Apr 7, 2022
1 parent dfce518 commit 46a7261
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,11 @@ that demonstrate how to use the libraries. You can also send
HTTP/REST requests directly to Triton using the [HTTP/REST JSON-based
protocol](docs/inference_protocols.md#httprest-and-grpc-protocols) or
[generate a GRPC client for many other
languages](https://github.com/triton-inference-server/client).
languages](https://github.com/triton-inference-server/client). For
certain types of models you can also send input data (e.g. a jpeg
image) directly to Triton in the [body of an HTTP request without any
additional
metadata](https://github.com/triton-inference-server/server/blob/main/docs/protocol/extension_binary_data.md#raw-binary-request).

Understanding and [optimizing performance](docs/optimization.md) is an
important part of deploying your models. The Triton project provides
Expand Down

0 comments on commit 46a7261

Please sign in to comment.