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
sorry , found sampleingParams in vllm, but after that , still meets
AttributeError: 'Bonito' object has no attribute 'llm_engine'
more
RuntimeError: Failed to infer device type
Exception ignored in: <function LLM.__del__ at 0x7f7e0ddf59d0>
Traceback (most recent call last):
File "/home/toyou/anaconda3/envs/py39/lib/python3.9/site-packages/vllm/entrypoints/llm.py", line 236, in __del__
if self.llm_engine and hasattr(self.llm_engine, "shutdown"):
yangboz
changed the title
ImportError: cannot import name 'SamplingParams' from 'bonito'
AttributeError: 'Bonito' object has no attribute 'llm_engine'
Dec 26, 2024
after using python3.9 , torch2.5.1 to install bonito Version: 0.0.2.
running
it throws
any idea? thanks.
The text was updated successfully, but these errors were encountered: