Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit c37b424

Browse files
WoosukKwonalexm-redhat
authored andcommitted
[Minor] Fix warning on Ray dependencies (vllm-project#2630)
1 parent dbf5d29 commit c37b424

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)