Commit e36fb360 by Tianqi Chen

Update deploy_model_on_rasp.py

parent 275b41d7
......@@ -95,7 +95,7 @@ port = 9090
if not use_rasp:
# run server locally
host = 'localhost'
port = 9090
port = 9091
server = rpc.Server(host=host, port=port)
######################################################################
......
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