You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Misc]: When encountering torch.OutOfMemoryError and the program fails to start, the following exception message should not be displayed, as it can be confusing:
#11437
Closed
1 task done
shiquan1988 opened this issue
Dec 23, 2024
· 0 comments
· Fixed by #11438
Exception ignored in: <function LLM.del at 0x7fef2c991090>
Traceback (most recent call last):
File "/root/vllm/vllm/entrypoints/llm.py", line 236, in del
if self.llm_engine and hasattr(self.llm_engine, "shutdown"):
AttributeError: 'LLM' object has no attribute 'llm_engine'
Before submitting a new issue...
Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
The text was updated successfully, but these errors were encountered:
Anything you want to discuss about vllm.
Exception ignored in: <function LLM.del at 0x7fef2c991090>
Traceback (most recent call last):
File "/root/vllm/vllm/entrypoints/llm.py", line 236, in del
if self.llm_engine and hasattr(self.llm_engine, "shutdown"):
AttributeError: 'LLM' object has no attribute 'llm_engine'
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: