Skip to content

Commit

Permalink
Update ray_hpu_executor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkuligowski authored Dec 10, 2024
1 parent 89266bc commit 5a166da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vllm/executor/ray_hpu_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
from vllm.sequence import ExecuteModelRequest
from vllm.utils import (_run_task_with_lock, get_distributed_init_method,
get_ip, get_open_port, is_fake_hpu, make_async)
from vllm.worker.worker_base import WorkerBase

if ray is not None:
from ray.util.scheduling_strategies import PlacementGroupSchedulingStrategy
Expand Down

0 comments on commit 5a166da

Please sign in to comment.