Skip to content

Commit 7620370

Browse files
Clarify that this service does not support TensorFlow Lite (#39)
1 parent 6ca347e commit 7620370

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Viam Triton ML Model Service
22

33
A Viam provided ML Model service backed by NVIDIA's [Triton Inference Server](https://developer.nvidia.com/triton-inference-server).
4-
Configure this ML Model service as a modular resource on your machine with a [Jetson board](https://docs.viam.com/build/configure/components/board/jetson/) to deploy TensorFlow or PyTorch ML models to your machine faster while consuming less computer power.
4+
Configure this ML Model service as a modular resource on your machine with a [Jetson board](https://docs.viam.com/build/configure/components/board/jetson/) or another supported machine to deploy [supported models](https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/backend/docs/backend_platform_support_matrix.html) to your machine faster while consuming less computer power.
55

66
> [!Note]
77
> For more information, see the [ML Model service documentation](/ml/deploy/).
@@ -73,7 +73,7 @@ To deploy an existing model on your machine, you can either 1) specify the name
7373
### Option 1: use a model from the Viam registry
7474

7575
You can download an ML model from Viam's registry. Head to
76-
https://app.viam.com/registry?type=ML+Model to see the available models. Once you've added this
76+
https://app.viam.com/registry?type=ML+Model to see the available models. Choose a model that uses a [supported model framework](https://docs.nvidia.com/deeplearning/triton-inference-server/user-guide/docs/backend/docs/backend_platform_support_matrix.html). Once you've added this
7777
Triton MLModel service to your robot's config, you can select the model you want to use from its
7878
section in the builder tab. To clarify: you don't add the model with the `+` symbol in the top-left
7979
of the builder page; you add it with the `select model` button in the RC card for the Triton

0 commit comments

Comments
 (0)