mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-10 04:37:03 +08:00
[Minor] Fix warning on Ray dependencies (#2630)
This commit is contained in:
parent
380170038e
commit
5f036d2bcc
@ -43,7 +43,7 @@ try:
|
||||
except ImportError as e:
|
||||
logger.warning(f"Failed to import Ray with {e!r}. "
|
||||
"For distributed inference, please install Ray with "
|
||||
"`pip install ray pandas pyarrow`.")
|
||||
"`pip install ray`.")
|
||||
ray = None
|
||||
RayWorkerVllm = None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user