We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5fd50d commit 6b4514bCopy full SHA for 6b4514b
vllm/executor/habana_executor.py
@@ -195,9 +195,6 @@ def check_health(self) -> None:
195
def shutdown(self) -> None:
196
self.driver_worker.shutdown_inc()
197
198
- def __del__(self):
199
- self.shutdown()
200
-
201
202
class HabanaExecutorAsync(HabanaExecutor, ExecutorAsyncBase):
203
vllm/worker/habana_worker.py
@@ -320,9 +320,6 @@ def list_prompt_adapters(self) -> Set[int]:
320
def shutdown_inc(self):
321
self.model_runner.shutdown_inc()
322
323
324
- self.shutdown_inc()
325
326
@property
327
def max_model_len(self) -> int:
328
return self.model_config.max_model_len
0 commit comments