Skip to content

Commit

Permalink
Update .github/ISSUE_TEMPLATE/issue-with-custom-model.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mattias Kindborg <mattias.kindborg@axis.com>
  • Loading branch information
Corallo and mattias-kindborg-at-work authored Sep 27, 2023
1 parent bfd1bdc commit 609a1ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/issue-with-custom-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ assignees: ''

#### Minimum Debug Steps
Before opening the issue, try to load the model on the device using this command:
`larod-client -g model_path -c <CHIP_ID> `

```sh
larod-client -g model_path -c <CHIP_ID>
```

Where <CHIP_ID> is:
'cpu-tflite' - To test on CPU
Expand Down

0 comments on commit 609a1ab

Please sign in to comment.