Skip to content

Commit

Permalink
Tutorial: Use Python 3 (apache#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo authored and Wei Chen committed Jul 11, 2019
1 parent bb7e873 commit 7dfa9d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/frontend/deploy_model_on_android.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
#
# .. 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
#
Expand Down Expand Up @@ -155,7 +155,7 @@
#
# .. 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.
# the output can be
Expand All @@ -180,7 +180,7 @@
# .. code-block:: bash
#
# cd /workspace/apps/android_rpc
# python tests/android_rpc_test.py
# python3 tests/android_rpc_test.py
#

######################################################################
Expand Down

0 comments on commit 7dfa9d4

Please sign in to comment.