google / CFU-Playground

Want a faster ML processor? Do it yourself! -- A framework for playing with custom opcodes to accelerate TensorFlow Lite for Microcontrollers (TFLM). . . . . . Online tutorial: https://google.github.io/CFU-Playground/ For reference docs, see the link below.
http://cfu-playground.rtfd.io/
Apache License 2.0
452 stars 116 forks source link

Fix usage of read command. #817

Closed offnaria closed 2 months ago

offnaria commented 2 months ago

Hello. The read command returns nothing, so the expression in the following apt commands are executed whatever you write to the prompt. I fixed it, and the apt commands are executed when you type y or nothing. If the conventional behavior is expected, please close this PR. Thank you.

offnaria commented 2 months ago

I noticed this is the same as #769.