File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,18 @@ You can search the machine learning models that are available to deploy on this
72
72
73
73
{{<mlmodels >}}
74
74
75
+ ### Deploy a specific version of an ML model
76
+
77
+ When you add a model to the ML model service in the app interface, it automatically grabs the latest version.
78
+ To change what version is deployed, you must edit the JSON.
79
+ Go to the [ ** Models** page] ( https://app.viam.com/data/models ) on the ** DATA** tab.
80
+ Click the ** >** icon to expand the versions of a model and click the ** ...** menu on your desired version.
81
+ Click ** Copy package JSON** .
82
+ Then, return to your machine page.
83
+ Enter ** JSON** mode and find the ` "packages" ` section of your config.
84
+ Replace ` "version": "latest" ` with ` "version" ` from the package reference you just copied, for example ` "version": "2024-11-14T15-05-26" ` .
85
+ Save your config to use your specified version of the ML model.
86
+
75
87
## Next steps
76
88
77
89
On its own the ML model service only runs the model.
You can’t perform that action at this time.
0 commit comments