You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elif s_type == "tcp":
self.sock_name = host_addr if host_addr is not None else "127.0.0.1"
if port_num is None:
raise ValueError("Wrong arguments passed. No socket port given.")
self.port = int(port_num) + LOCAL_RANK
else:
raise ValueError("Incomplete data provided")
Suggest a potential alternative/fix
port_num要转成int
The text was updated successfully, but these errors were encountered:
Z863058
changed the title
model_service_worker.py line 69
Release0.8.0 model_service_worker.py line 69 bug
May 16, 2023
📚 The doc issue
Suggest a potential alternative/fix
port_num要转成int
The text was updated successfully, but these errors were encountered: