Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaney committed Feb 11, 2025
1 parent 37f8201 commit ccfd915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ The following attributes are available to configure your module:

```json
{
"model_path": "${packages.ml_model.[myMLModel]}/my_model.pt",
"label_path": "${packages.ml_model.[myMLModel]}/labels.txt"
"model_path": "${packages.ml_model.myMLModel}/my_model.pt",
"label_path": "${packages.ml_model.myMLModel}/labels.txt"
}
```

Expand Down
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api": "rdk:service:mlmodel",
"model": "viam:mlmodel:torch-cpu",
"markdown_link": "README.md#example-configuration",
"short_description": "An ML Model Service that can run PyTorch models of a standard format"
"short_description": "An ML Model Service that can run PyTorch models in a standard format"
}
],
"build": {
Expand Down

0 comments on commit ccfd915

Please sign in to comment.