diff --git a/README.md b/README.md index a037bf0..972444d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pxt.json b/pxt.json index 429cd5c..7162cc8 100644 --- a/pxt.json +++ b/pxt.json @@ -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",