Skip to content

Commit 7fcf971

Browse files
Update runner to latest version (removed built-in C++ model files). (#24)
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.
1 parent 49834ae commit 7fcf971

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,6 @@ file:
7070
#define MESSAGE_BUS_LISTENER_URGENT 0x0080
7171
```
7272

73-
### Built-in ML model
74-
75-
The `MLRUNNER_USE_EXAMPLE_MODEL` flag can be configured as described in:
76-
https://github.com/microbit-foundation/pxt-microbit-ml-runner#built-in-ml-model
77-
7873
### Debug messages
7974

8075
To enable debug print from this extension, add the following into your

pxt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Machine learning extension to support micro:bit CreateAI",
55
"dependencies": {
66
"core": "*",
7-
"machine-learning-runner": "github:microbit-foundation/pxt-microbit-ml-runner#v0.4.6"
7+
"machine-learning-runner": "github:microbit-foundation/pxt-microbit-ml-runner#v0.4.8"
88
},
99
"files": [
1010
"README.md",

0 commit comments

Comments
 (0)