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
b27a9a7e
Commit
b27a9a7e
authored
Sep 10, 2018
by
Siju
Committed by
Tianqi Chen
Sep 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation issues (#1702)
parent
ab4946c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
apps/benchmark/README.md
+2
-2
python/tvm/rpc/server.py
+1
-1
No files found.
apps/benchmark/README.md
View file @
b27a9a7e
...
...
@@ -46,12 +46,12 @@ python3 -m tvm.exec.rpc_tracker
*
Build tvm runtime on your device
[
Help
](
https://docs.tvm.ai/tutorials/nnvm/deploy_model_on_rasp.html#build-tvm-runtime-on-device
)
*
Register your device to tracker by
```
bash
python3
-m
tvm.exec.rpc_sever
--tracker
=[
HOST_IP]:9190
--key
=[
DEVICE_KEY]
python3
-m
tvm.exec.rpc_se
r
ver
--tracker
=[
HOST_IP]:9190
--key
=[
DEVICE_KEY]
```
replace
`
[
HOST_IP]
`
with the IP address of the host machine,
`
[
DEVICE_KEY]
`
with the name of device.
E.g. Here is an example
command
for
RK3399,
`
python3
-m
tvm.exec.rpc_sever
--tracker
=
10.77.1.123:9190
--key
=
rk3399
`
, where 10.77.1.123 is the IP address of the tracker.
`
python3
-m
tvm.exec.rpc_se
r
ver
--tracker
=
10.77.1.123:9190
--key
=
rk3399
`
, where 10.77.1.123 is the IP address of the tracker.
*
For Android device
*
Build and install tvm RPC apk on your device
[
Help]
(
https://github.com/dmlc/tvm/tree/master/apps/android_rpc
)
.
...
...
python/tvm/rpc/server.py
View file @
b27a9a7e
...
...
@@ -250,7 +250,7 @@ class Server(object):
"""Start RPC server on a separate process.
This is a simple python implementation based on multi-processing.
It is also possible to implement a similar C based sever with
It is also possible to implement a similar C based se
r
ver with
TVM runtime which does not depend on the python.
Parameters
...
...
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