Icemist commented on code in PR #13349:
URL: https://github.com/apache/tvm/pull/13349#discussion_r1025549586
##########
python/tvm/rpc/tracker.py:
##########
@@ -348,7 +348,7 @@ def close(self, conn):
if "key" in conn._info:
for value in conn.put_values:
_, _, _, key = value
- rpc_key = key.split(":")[0]
+ rpc_key = key.rsplit(":", 1)[0]
Review Comment:
Moved into https://github.com/apache/tvm/pull/13420
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]