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
The examples and tests that use ray are producing warnings
RuntimeWarning: os.fork() was called. os.fork() is incompatible with multithreaded code, and JAX is multithreaded, so this will likely lead to a deadlock.
The examples and tests that use
ray
are producing warningsThis issue and a possible solution are discussed in ray-project/ray#44087.
The text was updated successfully, but these errors were encountered: