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
I think this is a pretty serious problem? Not quite sure though.
According to docs, ray.wait by default will fetch data to the local node before returning. I don't think the intention here in this line of code is to do that!
Describe the bug
I think this is a pretty serious problem? Not quite sure though.
According to docs,
ray.wait
by default will fetch data to the local node before returning. I don't think the intention here in this line of code is to do that!Daft/daft/runners/ray_runner.py
Lines 340 to 342 in 6e28b3f
To Reproduce
No response
Expected behavior
No response
Component(s)
Ray Runner
Additional context
No response
The text was updated successfully, but these errors were encountered: