Skip to content

Commit 5f036d2

Browse files
authored
[Minor] Fix warning on Ray dependencies (#2630)
1 parent 3801700 commit 5f036d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/ray_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def set_cuda_visible_devices(self, device_ids) -> None:
4343
except ImportError as e:
4444
logger.warning(f"Failed to import Ray with {e!r}. "
4545
"For distributed inference, please install Ray with "
46-
"`pip install ray pandas pyarrow`.")
46+
"`pip install ray`.")
4747
ray = None
4848
RayWorkerVllm = None
4949

0 commit comments

Comments
 (0)