You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/04/14 00:33:22 UTC

[GitHub] [tvm] gromero commented on a diff in pull request #10974: fix typo in tutorial doc

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org