Skip to content

Commit

Permalink
Update runner to latest version (removed built-in C++ model files).
Browse files Browse the repository at this point in the history
The runner project has also been updated to test the filter and
model outputs, but none of those files should end up in the
extension either.
  • Loading branch information
microbit-carlos committed Oct 31, 2024
1 parent 7d5b54f commit b5f7b81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ file:
#define MESSAGE_BUS_LISTENER_URGENT 0x0080
```

### Built-in ML model

The `MLRUNNER_USE_EXAMPLE_MODEL` flag can be configured as described in:
https://github.com/microbit-foundation/pxt-microbit-ml-runner#built-in-ml-model

### Debug messages

To enable debug print from this extension, add the following into your
Expand Down
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Machine learning extension to support micro:bit CreateAI",
"dependencies": {
"core": "*",
"machine-learning-runner": "github:microbit-foundation/pxt-microbit-ml-runner#v0.4.6"
"machine-learning-runner": "github:microbit-foundation/pxt-microbit-ml-runner#v0.4.8"
},
"files": [
"README.md",
Expand Down

0 comments on commit b5f7b81

Please sign in to comment.