WARNING 05-22 10:02:30 [config.py:70] Support for Transformers v4 is deprecated. The Transformers v4 codepath will become unmaintained in vLLM v0.22.0 and will be removed in vLLM v0.24.0. Please upgrade to Transformers v5: pip install --upgrade transformers
WARNING 05-22 10:02:31 [interface.py:729] Using 'pin_memory=False' as WSL is detected. This may slow down the performance.
(APIServer pid=17649) INFO 05-22 10:02:31 [utils.py:344]
(APIServer pid=17649) INFO 05-22 10:02:31 [utils.py:344] █ █ █▄ ▄█
(APIServer pid=17649) INFO 05-22 10:02:31 [utils.py:344] ▄▄ ▄█ █ █ █ ▀▄▀ █ version 0.20.2rc1.dev562+g1c78f76c2.d20260521
(APIServer pid=17649) INFO 05-22 10:02:31 [utils.py:344] █▄█▀ █ █ █ █ model /home/malone/.cache/huggingface/hub/models--Qwen--Qwen3-0.6B/snapshots/c1899de289a04d12100db370d81485cdf75e47ca/
(APIServer pid=17649) INFO 05-22 10:02:31 [utils.py:344] ▀▀ ▀▀▀▀▀ ▀▀▀▀▀ ▀ ▀
(APIServer pid=17649) INFO 05-22 10:02:31 [utils.py:344]
(APIServer pid=17649) INFO 05-22 10:02:31 [utils.py:278] non-default args: {'model_tag': '/home/malone/.cache/huggingface/hub/models--Qwen--Qwen3-0.6B/snapshots/c1899de289a04d12100db370d81485cdf75e47ca/', 'model': '/home/malone/.cache/huggingface/hub/models--Qwen--Qwen3-0.6B/snapshots/c1899de289a04d12100db370d81485cdf75e47ca/', 'gpu_memory_utilization': 0.8}
(APIServer pid=17649) INFO 05-22 10:02:31 [model.py:616] Resolved architecture: Qwen3ForCausalLM
(APIServer pid=17649) INFO 05-22 10:02:31 [model.py:1751] Using max model len 40960
(APIServer pid=17649) INFO 05-22 10:02:31 [vllm.py:965] Asynchronous scheduling is enabled.
(APIServer pid=17649) INFO 05-22 10:02:31 [kernel.py:270] Final IR op priority after setting platform defaults: IrOpPriorityConfig(rms_norm=['native'], fused_add_rms_norm=['native'])
WARNING 05-22 10:02:35 [config.py:70] Support for Transformers v4 is deprecated. The Transformers v4 codepath will become unmaintained in vLLM v0.22.0 and will be removed in vLLM v0.24.0. Please upgrade to Transformers v5: pip install --upgrade transformers
(EngineCore pid=17815) INFO 05-22 10:02:36 [core.py:109] Initializing a V1 LLM engine (v0.20.2rc1.dev562+g1c78f76c2.d20260521) with config: model='/home/malone/.cache/huggingface/hub/models--Qwen--Qwen3-0.6B/snapshots/c1899de289a04d12100db370d81485cdf75e47ca/', speculative_config=None, tokenizer='/home/malone/.cache/huggingface/hub/models--Qwen--Qwen3-0.6B/snapshots/c1899de289a04d12100db370d81485cdf75e47ca/', skip_tokenizer_init=False, tokenizer_mode=auto, revision=None, tokenizer_revision=None, trust_remote_code=False, dtype=torch.bfloat16, max_seq_len=40960, download_dir=None, load_format=auto, tensor_parallel_size=1, pipeline_parallel_size=1, data_parallel_size=1, decode_context_parallel_size=1, dcp_comm_backend=ag_rs, disable_custom_all_reduce=False, quantization=None, quantization_config=None, enforce_eager=False, enable_return_routed_experts=False, kv_cache_dtype=auto, device_config=cuda, structured_outputs_config=StructuredOutputsConfig(backend='auto', disable_any_whitespace=False, disable_additional_properties=False, reasoning_parser='', reasoning_parser_plugin='', enable_in_reasoning=False), observability_config=ObservabilityConfig(show_hidden_metrics_for_version=None, otlp_traces_endpoint=None, collect_detailed_traces=None, kv_cache_metrics=False, kv_cache_metrics_sample=0.01, cudagraph_metrics=False, enable_layerwise_nvtx_tracing=False, enable_mfu_metrics=False, enable_mm_processor_stats=False, enable_logging_iteration_details=False), seed=0, served_model_name=/home/malone/.cache/huggingface/hub/models--Qwen--Qwen3-0.6B/snapshots/c1899de289a04d12100db370d81485cdf75e47ca/, enable_prefix_caching=True, enable_chunked_prefill=True, pooler_config=None, compilation_config={'mode': <CompilationMode.VLLM_COMPILE: 3>, 'debug_dump_path': None, 'cache_dir': '', 'compile_cache_save_format': 'binary', 'backend': 'inductor', 'custom_ops': ['none'], 'ir_enable_torch_wrap': True, 'splitting_ops': ['vllm::unified_attention_with_output', 'vllm::unified_mla_attention_with_output', 'vllm::mamba_mixer2', 'vllm::mamba_mixer', 'vllm::short_conv', 'vllm::linear_attention', 'vllm::plamo2_mamba_mixer', 'vllm::gdn_attention_core', 'vllm::gdn_attention_core_xpu', 'vllm::olmo_hybrid_gdn_full_forward', 'vllm::kda_attention', 'vllm::sparse_attn_indexer', 'vllm::rocm_aiter_sparse_attn_indexer', 'vllm::deepseek_v4_attention', 'vllm::unified_kv_cache_update', 'vllm::unified_mla_kv_cache_update'], 'compile_mm_encoder': False, 'cudagraph_mm_encoder': False, 'encoder_cudagraph_token_budgets': [], 'encoder_cudagraph_max_vision_items_per_batch': 0, 'encoder_cudagraph_max_frames_per_batch': None, 'compile_sizes': [], 'compile_ranges_endpoints': [2048], 'inductor_compile_config': {'enable_auto_functionalized_v2': False, 'size_asserts': False, 'alignment_asserts': False, 'scalar_asserts': False, 'combo_kernels': True, 'benchmark_combo_kernel': True}, 'inductor_passes': {}, 'cudagraph_mode': <CUDAGraphMode.FULL_AND_PIECEWISE: (2, 1)>, 'cudagraph_num_of_warmups': 1, 'cudagraph_capture_sizes': [1, 2, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120, 128, 136, 144, 152, 160, 168, 176, 184, 192, 200, 208, 216, 224, 232, 240, 248, 256, 272, 288, 304, 320, 336, 352, 368, 384, 400, 416, 432, 448, 464, 480, 496, 512], 'cudagraph_copy_inputs': False, 'cudagraph_specialize_lora': True, 'use_inductor_graph_partition': False, 'pass_config': {'fuse_norm_quant': False, 'fuse_act_quant': False, 'fuse_attn_quant': False, 'enable_sp': False, 'fuse_gemm_comms': False, 'fuse_allreduce_rms': False, 'fuse_rope_kvcache_cat_mla': False, 'fuse_act_padding': False}, 'max_cudagraph_capture_size': 512, 'dynamic_shapes_config': {'type': <DynamicShapesType.BACKED: 'backed'>, 'evaluate_guards': False, 'assume_32_bit_indexing': False}, 'local_cache_dir': None, 'fast_moe_cold_start': False, 'static_all_moe_layers': []}, kernel_config=KernelConfig(ir_op_priority=IrOpPriorityConfig(rms_norm=['native'], fused_add_rms_norm=['native']), enable_flashinfer_autotune=True, moe_backend='auto', linear_backend='auto')
(EngineCore pid=17815) WARNING 05-22 10:02:37 [interface.py:729] Using 'pin_memory=False' as WSL is detected. This may slow down the performance.
(EngineCore pid=17815) INFO 05-22 10:02:37 [parallel_state.py:1416] world_size=1 rank=0 local_rank=0 distributed_init_method=tcp://172.31.173.80:37771 backend=nccl
(EngineCore pid=17815) INFO 05-22 10:02:39 [parallel_state.py:1729] rank 0 in world size 1 is assigned as DP rank 0, PP rank 0, PCP rank 0, TP rank 0, EP rank N/A, EPLB rank N/A
(EngineCore pid=17815) INFO 05-22 10:02:39 [gpu_worker.py:292] Using V2 Model Runner
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] EngineCore failed to start.
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] Traceback (most recent call last):
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/v1/engine/core.py", line 1133, in run_engine_core
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] return func(*args, **kwargs)
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/v1/engine/core.py", line 899, in __init__
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] super().__init__(
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/v1/engine/core.py", line 118, in __init__
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] self.model_executor = executor_class(vllm_config)
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] return func(*args, **kwargs)
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/v1/executor/abstract.py", line 109, in __init__
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] self._init_executor()
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/v1/executor/uniproc_executor.py", line 60, in _init_executor
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] self.driver_worker.init_device()
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/v1/worker/worker_base.py", line 325, in init_device
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] self.worker.init_device() # type: ignore
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] ^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] return func(*args, **kwargs)
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/v1/worker/gpu_worker.py", line 322, in init_device
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] self.model_runner: GPUModelRunner = GPUModelRunnerV2( # type: ignore
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/v1/worker/gpu/model_runner.py", line 193, in __init__
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] self.req_states = RequestState(
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] ^^^^^^^^^^^^^
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/v1/worker/gpu/states.py", line 33, in __init__
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] self.all_token_ids = StagedWriteTensor(
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] ^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/v1/worker/gpu/buffer_utils.py", line 126, in __init__
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] self._uva_buf = UvaBuffer(size, dtype)
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] ^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] File "/home/malone/vllm/vllm/v1/worker/gpu/buffer_utils.py", line 39, in __init__
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] raise RuntimeError("UVA is not available")
(EngineCore pid=17815) ERROR 05-22 10:02:39 [core.py:1159] RuntimeError: UVA is not available
(EngineCore pid=17815) Process EngineCore:
(EngineCore pid=17815) Traceback (most recent call last):
(EngineCore pid=17815) File "/home/malone/.local/share/uv/python/cpython-3.12.11-linux-x86_64-gnu/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap
(EngineCore pid=17815) self.run()
(EngineCore pid=17815) File "/home/malone/.local/share/uv/python/cpython-3.12.11-linux-x86_64-gnu/lib/python3.12/multiprocessing/process.py", line 108, in run
(EngineCore pid=17815) self._target(*self._args, **self._kwargs)
(EngineCore pid=17815) File "/home/malone/vllm/vllm/v1/engine/core.py", line 1163, in run_engine_core
(EngineCore pid=17815) raise e
(EngineCore pid=17815) File "/home/malone/vllm/vllm/v1/engine/core.py", line 1133, in run_engine_core
(EngineCore pid=17815) engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=17815) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) File "/home/malone/vllm/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=17815) return func(*args, **kwargs)
(EngineCore pid=17815) ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) File "/home/malone/vllm/vllm/v1/engine/core.py", line 899, in __init__
(EngineCore pid=17815) super().__init__(
(EngineCore pid=17815) File "/home/malone/vllm/vllm/v1/engine/core.py", line 118, in __init__
(EngineCore pid=17815) self.model_executor = executor_class(vllm_config)
(EngineCore pid=17815) ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) File "/home/malone/vllm/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=17815) return func(*args, **kwargs)
(EngineCore pid=17815) ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) File "/home/malone/vllm/vllm/v1/executor/abstract.py", line 109, in __init__
(EngineCore pid=17815) self._init_executor()
(EngineCore pid=17815) File "/home/malone/vllm/vllm/v1/executor/uniproc_executor.py", line 60, in _init_executor
(EngineCore pid=17815) self.driver_worker.init_device()
(EngineCore pid=17815) File "/home/malone/vllm/vllm/v1/worker/worker_base.py", line 325, in init_device
(EngineCore pid=17815) self.worker.init_device() # type: ignore
(EngineCore pid=17815) ^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) File "/home/malone/vllm/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=17815) return func(*args, **kwargs)
(EngineCore pid=17815) ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) File "/home/malone/vllm/vllm/v1/worker/gpu_worker.py", line 322, in init_device
(EngineCore pid=17815) self.model_runner: GPUModelRunner = GPUModelRunnerV2( # type: ignore
(EngineCore pid=17815) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) File "/home/malone/vllm/vllm/v1/worker/gpu/model_runner.py", line 193, in __init__
(EngineCore pid=17815) self.req_states = RequestState(
(EngineCore pid=17815) ^^^^^^^^^^^^^
(EngineCore pid=17815) File "/home/malone/vllm/vllm/v1/worker/gpu/states.py", line 33, in __init__
(EngineCore pid=17815) self.all_token_ids = StagedWriteTensor(
(EngineCore pid=17815) ^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) File "/home/malone/vllm/vllm/v1/worker/gpu/buffer_utils.py", line 126, in __init__
(EngineCore pid=17815) self._uva_buf = UvaBuffer(size, dtype)
(EngineCore pid=17815) ^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=17815) File "/home/malone/vllm/vllm/v1/worker/gpu/buffer_utils.py", line 39, in __init__
(EngineCore pid=17815) raise RuntimeError("UVA is not available")
(EngineCore pid=17815) RuntimeError: UVA is not available
[rank0]:[W522 10:02:40.678313503 ProcessGroupNCCL.cpp:1575] Warning: WARNING: destroy_process_group() was not called before program exit, which can leak resources. For more info, please see https://pytorch.org/docs/stable/distributed.html#shutdown (function operator())
(APIServer pid=17649) Traceback (most recent call last):
(APIServer pid=17649) File "/home/malone/vllm/.venv/bin/vllm", line 10, in <module>
(APIServer pid=17649) sys.exit(main())
(APIServer pid=17649) ^^^^^^
(APIServer pid=17649) File "/home/malone/vllm/vllm/entrypoints/cli/main.py", line 92, in main
(APIServer pid=17649) args.dispatch_function(args)
(APIServer pid=17649) File "/home/malone/vllm/vllm/entrypoints/cli/serve.py", line 132, in cmd
(APIServer pid=17649) uvloop.run(run_server(args))
(APIServer pid=17649) File "/home/malone/vllm/.venv/lib/python3.12/site-packages/uvloop/__init__.py", line 96, in run
(APIServer pid=17649) return __asyncio.run(
(APIServer pid=17649) ^^^^^^^^^^^^^^
(APIServer pid=17649) File "/home/malone/.local/share/uv/python/cpython-3.12.11-linux-x86_64-gnu/lib/python3.12/asyncio/runners.py", line 195, in run
(APIServer pid=17649) return runner.run(main)
(APIServer pid=17649) ^^^^^^^^^^^^^^^^
(APIServer pid=17649) File "/home/malone/.local/share/uv/python/cpython-3.12.11-linux-x86_64-gnu/lib/python3.12/asyncio/runners.py", line 118, in run
(APIServer pid=17649) return self._loop.run_until_complete(task)
(APIServer pid=17649) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=17649) File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete
(APIServer pid=17649) File "/home/malone/vllm/.venv/lib/python3.12/site-packages/uvloop/__init__.py", line 48, in wrapper
(APIServer pid=17649) return await main
(APIServer pid=17649) ^^^^^^^^^^
(APIServer pid=17649) File "/home/malone/vllm/vllm/entrypoints/openai/api_server.py", line 679, in run_server
(APIServer pid=17649) await run_server_worker(listen_address, sock, args, **uvicorn_kwargs)
(APIServer pid=17649) File "/home/malone/vllm/vllm/entrypoints/openai/api_server.py", line 693, in run_server_worker
(APIServer pid=17649) async with build_async_engine_client(
(APIServer pid=17649) ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=17649) File "/home/malone/.local/share/uv/python/cpython-3.12.11-linux-x86_64-gnu/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=17649) return await anext(self.gen)
(APIServer pid=17649) ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=17649) File "/home/malone/vllm/vllm/entrypoints/openai/api_server.py", line 100, in build_async_engine_client
(APIServer pid=17649) async with build_async_engine_client_from_engine_args(
(APIServer pid=17649) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=17649) File "/home/malone/.local/share/uv/python/cpython-3.12.11-linux-x86_64-gnu/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=17649) return await anext(self.gen)
(APIServer pid=17649) ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=17649) File "/home/malone/vllm/vllm/entrypoints/openai/api_server.py", line 136, in build_async_engine_client_from_engine_args
(APIServer pid=17649) async_llm = AsyncLLM.from_vllm_config(
(APIServer pid=17649) ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=17649) File "/home/malone/vllm/vllm/v1/engine/async_llm.py", line 217, in from_vllm_config
(APIServer pid=17649) return cls(
(APIServer pid=17649) ^^^^
(APIServer pid=17649) File "/home/malone/vllm/vllm/v1/engine/async_llm.py", line 146, in __init__
(APIServer pid=17649) self.engine_core = EngineCoreClient.make_async_mp_client(
(APIServer pid=17649) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=17649) File "/home/malone/vllm/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=17649) return func(*args, **kwargs)
(APIServer pid=17649) ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=17649) File "/home/malone/vllm/vllm/v1/engine/core_client.py", line 130, in make_async_mp_client
(APIServer pid=17649) return AsyncMPClient(*client_args)
(APIServer pid=17649) ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=17649) File "/home/malone/vllm/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=17649) return func(*args, **kwargs)
(APIServer pid=17649) ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=17649) File "/home/malone/vllm/vllm/v1/engine/core_client.py", line 900, in __init__
(APIServer pid=17649) super().__init__(
(APIServer pid=17649) File "/home/malone/vllm/vllm/v1/engine/core_client.py", line 535, in __init__
(APIServer pid=17649) with launch_core_engines(
(APIServer pid=17649) ^^^^^^^^^^^^^^^^^^^^
(APIServer pid=17649) File "/home/malone/.local/share/uv/python/cpython-3.12.11-linux-x86_64-gnu/lib/python3.12/contextlib.py", line 144, in __exit__
(APIServer pid=17649) next(self.gen)
(APIServer pid=17649) File "/home/malone/vllm/vllm/v1/engine/utils.py", line 1133, in launch_core_engines
(APIServer pid=17649) wait_for_engine_startup(
(APIServer pid=17649) File "/home/malone/vllm/vllm/v1/engine/utils.py", line 1192, in wait_for_engine_startup
(APIServer pid=17649) raise RuntimeError(
(APIServer pid=17649) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {}
Your current environment
Details
On wsl2 ubuntu22.04🐛 Describe the bug
running
on wsl2, but got
RuntimeError: UVA is not available, the detailed message isBefore submitting a new issue...