Skip to content

Commit

Permalink
Update ray_hpu_executor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kzawora-intel authored Nov 15, 2024
1 parent 875faa6 commit 790f30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/executor/ray_hpu_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def shutdown(self) -> None:
self.forward_dag.teardown()
import ray

Check failure on line 76 in vllm/executor/ray_hpu_executor.py

View workflow job for this annotation

GitHub Actions / ruff (3.12)

Ruff (F401)

vllm/executor/ray_hpu_executor.py:76:20: F401 `ray` imported but unused
for worker in self.workers:
ray.kill(worker)
worker.__ray_terminate__.remote()
self.forward_dag = None

def finish_measurements(self):
Expand Down

0 comments on commit 790f30c

Please sign in to comment.