runtime error

Exit code: 3. Reason: INFO: Started server process [1] INFO: Waiting for application startup. ERROR: Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 694, in lifespan async with self.lifespan_context(app) as maybe_state: ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/plapre/server.py", line 52, in lifespan _tts = Plapre( ^^^^^^^ File "/usr/local/lib/python3.12/site-packages/plapre/inference.py", line 125, in __init__ self._async_llm = AsyncLLM.from_engine_args(engine_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/vllm/v1/engine/async_llm.py", line 242, in from_engine_args vllm_config = engine_args.create_engine_config(usage_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/vllm/engine/arg_utils.py", line 1606, in create_engine_config device_config = DeviceConfig(device=cast(Device, current_platform.device_type)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/pydantic/_internal/_dataclasses.py", line 121, in __init__ s.__pydantic_validator__.validate_python(ArgsKwargs(args, kwargs), self_instance=s) File "/usr/local/lib/python3.12/site-packages/vllm/config/device.py", line 73, in __post_init__ self.device = torch.device(self.device_type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: Device string must not be empty ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...