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
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
I've been experiencing the same issue, which makes ray a non-starter for my situation. I would love to help resolve this, but, as I'm very new to ray, I don't know where to start. Anybody would be so kind as to point me in the right direction?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Error occurs when I try to use WandbLogger from pytorch_lightning in the standard example code below.
The error is:
(RayExecutor pid=121351) Exception in thread SockSrvRdThr:
(RayExecutor pid=121351) Traceback (most recent call last):
(RayExecutor pid=121351) File "python3.8/threading.py", line 932, in _bootstrap_inner
(RayExecutor pid=121351) self.run()
(RayExecutor pid=121351) File "python3.8/site-packages/wandb/sdk/service/server_sock.py", line 113, in run
(RayExecutor pid=121351) shandler(sreq)
(RayExecutor pid=121351) File "python3.8/site-packages/wandb/sdk/service/server_sock.py", line 152, in server_inform_attach
(RayExecutor pid=121351) dict(self._mux._streams[stream_id]._settings),
(RayExecutor pid=121351) KeyError: '1f8g49m6'
The text was updated successfully, but these errors were encountered: