gromero commented on code in PR #10974: URL: https://github.com/apache/tvm/pull/10974#discussion_r849995159
########## gallery/tutorial/tvmc_python.py: ########## @@ -111,7 +111,7 @@ # result = tvmc.run(package, device="cpu") #Step 3: Run # # And you can print the results: -# ``print(results)`` +# ``print(result)`` Review Comment: Should we also fix `my_model` in line 71? Like: s/`my_model`/`'my_model.onnx'`/ ? Also, since you'll need to re-trigger the CI, would you mind to: in lines 240 and 245 add a space after second comma, i.e. s/`"llvm",tuning_records`/`"llvm", tuning_records`/ ? -- 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]
