Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
663d7c52
Commit
663d7c52
authored
Sep 07, 2017
by
Shuai Yuan
Committed by
Tianqi Chen
Sep 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOCS] Fix markdown syntax error (#430)
Fix markdown syntax error (code shifts out of markdown-code box).
parent
e4f58810
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tutorials/deployment/cross_compilation_and_rpc.py
+3
-3
No files found.
tutorials/deployment/cross_compilation_and_rpc.py
View file @
663d7c52
...
@@ -87,15 +87,15 @@ from tvm.contrib import rpc, util
...
@@ -87,15 +87,15 @@ from tvm.contrib import rpc, util
#
#
# .. code-block:: bash
# .. code-block:: bash
#
#
# python -m tvm.exec.rpc_server --host 0.0.0.0 --port=9090
#
python -m tvm.exec.rpc_server --host 0.0.0.0 --port=9090
#
#
# After executing command above, if you see these lines below, it's
# After executing command above, if you see these lines below, it's
# successful to start RPC server on your device.
# successful to start RPC server on your device.
#
#
# .. code-block:: bash
# .. code-block:: bash
#
#
# Loading runtime library /home/YOURNAME/code/tvm/lib/libtvm_runtime.so... exec only
#
Loading runtime library /home/YOURNAME/code/tvm/lib/libtvm_runtime.so... exec only
# INFO:root:RPCServer: bind to 0.0.0.0:9090
#
INFO:root:RPCServer: bind to 0.0.0.0:9090
#
#
# In the following code block, we simply start an RPC server on the
# In the following code block, we simply start an RPC server on the
# same machine, for demonstration. This line can be omitted if we
# same machine, for demonstration. This line can be omitted if we
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment