Skip to content
Snippets Groups Projects
Commit e36fb360 authored by Tianqi Chen's avatar Tianqi Chen
Browse files

Update deploy_model_on_rasp.py

parent 275b41d7
No related branches found
No related tags found
No related merge requests found
......@@ -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)
######################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment