Skip to content

Commit 539f870

Browse files
Apply suggestions from code review
Co-authored-by: JessamyT <[email protected]>
1 parent 5410a88 commit 539f870

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/data-ai/ai/deploy.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ You can search the machine learning models that are available to deploy on this
7777
When you add a model to the ML model service in the app interface, it automatically grabs the latest version.
7878
To change what version is deployed, you must edit the JSON.
7979
Go to the [**Models** page](https://app.viam.com/data/models) on the **DATA** tab.
80-
Click the **>** menu to expand the versions of a model and click the **...** menu on your desired version.
81-
Click **Select package JSON** to copy the package JSON.
80+
Click the **>** icon to expand the versions of a model and click the **...** menu on your desired version.
81+
Click **Copy package JSON**.
8282
Then, return to your machine page.
8383
Enter **JSON** mode and find the `"packages"` section of your config.
8484
Replace `"version": "latest"` with `"version"` from the package reference you just copied, for example `"version": "2024-11-14T15-05-26"`.

0 commit comments

Comments
 (0)