Skip to content

Commit da27686

Browse files
authored
Remove note about package location for MLModel service (#2251)
1 parent 6237a7c commit da27686

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ml/deploy.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,15 @@ The following parameters are available for a `"tflite_cpu"` model:
126126
| Parameter | Inclusion | Description |
127127
| --------- | --------- | ----------- |
128128
| `model_path` | **Required** | The absolute path to the `.tflite model` file, as a `string`. |
129-
| `label_path` | Optional | The absolute path to a `.txt` file that holds class labels for your TFLite model, as a `string`. The SDK expects this text file to contain an ordered listing of the class labels. Without this file, classes will read as "1", "2", and so on. |
129+
| `label_path` | Optional | The absolute path to a `.txt` file that holds class labels for your TFLite model, as a `string`. This text file should contain an ordered listing of class labels. Without this file, classes will read as "1", "2", and so on. |
130130
| `num_threads` | Optional | An integer that defines how many CPU threads to use to run inference. Default: `1`. |
131131

132-
Save the configuration and your model will be added to your robot at <file>$HOME/.viam/packages/\<model-name\>/\<file-name\></file>.
132+
Save the configuration.
133+
134+
### Versioning for deployed models
133135

134-
{{< alert title="Info" color="info" >}}
135136
If you upload or train a new version of a model, Viam automatically deploys the `latest` version of the model to the robot.
136137
If you do not want Viam to automatically deploy the `latest` version of the model, you can change the `packages` configuration in the [Raw JSON robot configuration](/build/configure/#the-config-tab).
137-
{{< /alert >}}
138138

139139
You can get the version number from a specific model version by clicking on **COPY** on the model on the models tab of the **DATA** page.
140140
The model package config looks like this:

0 commit comments

Comments
 (0)