FranklandJack commented on code in PR #14414: URL: https://github.com/apache/tvm/pull/14414#discussion_r1150340455
########## gallery/how_to/work_with_microtvm/micro_tvmc.sh: ########## @@ -87,7 +87,7 @@ tvmc micro --help # For this tutorial we will be using the model in tflite format. # # bash -wget https://github.com/tensorflow/tflite-micro/raw/main/tensorflow/lite/micro/examples/magic_wand/magic_wand.tflite +wget https://github.com/tensorflow/tflite-micro/raw/1b68490dcfd087c308a1f8d14012ab1cb39c9ac0/tensorflow/lite/micro/examples/magic_wand/magic_wand.tflite Review Comment: Thanks for the fix 😄 I wonder if we should update the example to use one of the currently listed upstream examples e.g. [micro speech](https://github.com/tensorflow/tflite-micro/blob/main/tensorflow/lite/micro/examples/micro_speech/micro_speech.tflite). Obviously this would be prone to the same error we have just seen if that model ever got removed, however it does avoid us having a reference to a random commit in this example. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
