Commit 002a6f3f by Ruslan Baratov Committed by Tianqi Chen

Tutorial: Use Python 3 (#3498)

parent 43050b25
...@@ -92,7 +92,7 @@ from tvm.contrib.download import download_testdata ...@@ -92,7 +92,7 @@ from tvm.contrib.download import download_testdata
# #
# .. code-block:: bash # .. code-block:: bash
# #
# python -m tvm.exec.rpc_tracker --host=0.0.0.0 --port=9190 # python3 -m tvm.exec.rpc_tracker --host=0.0.0.0 --port=9190
# #
# The expected output is # The expected output is
# #
...@@ -155,7 +155,7 @@ from tvm.contrib.download import download_testdata ...@@ -155,7 +155,7 @@ from tvm.contrib.download import download_testdata
# #
# .. code-block:: bash # .. code-block:: bash
# #
# python -m tvm.exec.query_rpc_tracker --host=0.0.0.0 --port=9190 # python3 -m tvm.exec.query_rpc_tracker --host=0.0.0.0 --port=9190
# #
# For example, if we have 1 Android device. # For example, if we have 1 Android device.
# the output can be # the output can be
...@@ -180,7 +180,7 @@ from tvm.contrib.download import download_testdata ...@@ -180,7 +180,7 @@ from tvm.contrib.download import download_testdata
# .. code-block:: bash # .. code-block:: bash
# #
# cd /workspace/apps/android_rpc # cd /workspace/apps/android_rpc
# python tests/android_rpc_test.py # python3 tests/android_rpc_test.py
# #
###################################################################### ######################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment