Skip to content

Commit

Permalink
more linting problems
Browse files Browse the repository at this point in the history
Signed-off-by: lucast2021 <[email protected]>
  • Loading branch information
lucast2021 committed Dec 21, 2024
1 parent 7ec7593 commit b4eefc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vllm/executor/ray_gpu_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ def _init_executor(self) -> None:

assert self.uses_ray
placement_group: Optional[PlacementGroup] = (
self.parallel_config.placement_group
)
self.parallel_config.placement_group)
# Disable Ray usage stats collection.
ray_usage = os.environ.get("RAY_USAGE_STATS_ENABLED", "0")
if ray_usage != "1":
Expand Down

0 comments on commit b4eefc9

Please sign in to comment.