mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 17:58:35 +08:00
Patch WSL psutil bug (#6808)
This commit is contained in:
@@ -36,6 +36,7 @@ sys.path.insert(0, thirdparty_files)
|
||||
|
||||
if sys.platform == "win32":
|
||||
import ray.compat # noqa: E402
|
||||
ray.compat.patch_psutil()
|
||||
ray.compat.patch_redis_empty_recv()
|
||||
|
||||
# Expose ray ABI symbols which may be dependent by other shared
|
||||
|
||||
Reference in New Issue
Block a user