Skip to content

Commit

Permalink
Update the runner extension to v0.4.6.
Browse files Browse the repository at this point in the history
Improves the performance of the filters by ~25%.
Reduces memory consumption of the filters & removes the need to
increase the CODAL stack size.
  • Loading branch information
microbit-carlos committed Oct 29, 2024
1 parent f8b0a79 commit b9f946e
Showing 1 changed file with 1 addition and 1 deletion.
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.4"
"machine-learning-runner": "github:microbit-foundation/pxt-microbit-ml-runner#v0.4.6"
},
"files": [
"README.md",
Expand Down

0 comments on commit b9f946e

Please sign in to comment.