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
Hi @lewtun!
I was considering generating the HF Space, but it might be challenging with the current implementation.
This is the issue: vllm-project/vllm#3510
Traceback (most recent call last):
File "/home/user/app/app.py", line 24, in <module>
llm = LLM(
File "/usr/local/lib/python3.10/site-packages/vllm/entrypoints/llm.py", line 177, in __init__
self.llm_engine = LLMEngine.from_engine_args(
File "/usr/local/lib/python3.10/site-packages/vllm/engine/llm_engine.py", line 571, in from_engine_args
engine_config = engine_args.create_engine_config()
File "/usr/local/lib/python3.10/site-packages/vllm/engine/arg_utils.py", line 899, in create_engine_config
device_config = DeviceConfig(device=self.device)
File "/usr/local/lib/python3.10/site-packages/vllm/config.py", line 1088, in __init__
raise RuntimeError("Failed to infer device type")
RuntimeError: Failed to infer device type
What do you think? Is there a possible workaround?
No description provided.
The text was updated successfully, but these errors were encountered: