We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3801700 commit 5f036d2Copy full SHA for 5f036d2
vllm/engine/ray_utils.py
@@ -43,7 +43,7 @@ def set_cuda_visible_devices(self, device_ids) -> None:
43
except ImportError as e:
44
logger.warning(f"Failed to import Ray with {e!r}. "
45
"For distributed inference, please install Ray with "
46
- "`pip install ray pandas pyarrow`.")
+ "`pip install ray`.")
47
ray = None
48
RayWorkerVllm = None
49
0 commit comments