Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Qiao <ruisearch42@gmail.com>
  • Loading branch information
ruisearch42 committed Aug 28, 2024
1 parent acaa409 commit 40f9221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/executor/ray_gpu_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def _compiled_ray_dag(self, enable_asyncio: bool):
import pkg_resources
from packaging import version

required_version = version.parse("2.32")
required_version = version.parse("2.35")
current_version = version.parse(
pkg_resources.get_distribution("ray").version)
if current_version < required_version:
Expand Down

0 comments on commit 40f9221

Please sign in to comment.