(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] EngineCore failed to start.
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] Traceback (most recent call last):
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/core.py", line 1200, in run_engine_core
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] return func(*args, **kwargs)
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/core.py", line 966, in __init__
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] super().__init__(
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ~~~~~~~~~~~~~~~~^
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] vllm_config,
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ^^^^^^^^^^^^
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ...<3 lines>...
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] internal_dp_balancing,
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] )
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ^
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/core.py", line 133, in __init__
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] kv_cache_config = self._initialize_kv_caches(vllm_config)
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] return func(*args, **kwargs)
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/core.py", line 321, in _initialize_kv_caches
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] self.model_executor.initialize_from_config(kv_cache_configs)
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/executor/abstract.py", line 123, in initialize_from_config
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] self.collective_rpc("initialize_from_config", args=(kv_cache_configs,))
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/executor/uniproc_executor.py", line 92, in collective_rpc
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] result = run_method(self.driver_worker, method, args, kwargs)
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/serial_utils.py", line 510, in run_method
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] return func(*args, **kwargs)
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/worker/worker_base.py", line 325, in initialize_from_config
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] self.worker.initialize_from_config(kv_cache_config) # type: ignore
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] return func(*args, **kwargs)
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/worker/gpu_worker.py", line 710, in initialize_from_config
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] self.model_runner.initialize_kv_cache(kv_cache_config)
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/worker/gpu/model_runner.py", line 480, in initialize_kv_cache
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] kv_caches_dict = init_kv_cache(
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] self.kv_caches,
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ...<6 lines>...
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] self.vllm_config,
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] )
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/worker/gpu/attn_utils.py", line 535, in init_kv_cache
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] kv_caches = _reshape_kv_cache(
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] attn_groups=flattened_attn_groups,
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ...<4 lines>...
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] kv_cache_config=kv_cache_config,
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] )
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/worker/gpu/attn_utils.py", line 333, in _reshape_kv_cache
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] kv_caches[layer_name] = _reshape_attention_kv_cache(
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ~~~~~~~~~~~~~~~~~~~~~~~~~~~^
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] kv_raw_tensor,
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ^^^^^^^^^^^^^^
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ...<4 lines>...
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] packing,
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ^^^^^^^^
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] )
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] ^
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/worker/gpu/attn_utils.py", line 251, in _reshape_attention_kv_cache
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] kv_cache = kv_raw_tensor.view(dtype).view(permuted_kv_cache_shape)
(EngineCore pid=2315771) ERROR 07-15 05:14:48 [core.py:1231] RuntimeError: shape '[35397, 2, 16, 8, 132]' is invalid for input of size 2356024320
(EngineCore pid=2315771) Process EngineCore:
(EngineCore pid=2315771) Traceback (most recent call last):
(EngineCore pid=2315771) File "/home/rangarav/.local/share/uv/python/cpython-3.13.12-linux-x86_64-gnu/lib/python3.13/multiprocessing/process.py", line 313, in _bootstrap
(EngineCore pid=2315771) self.run()
(EngineCore pid=2315771) ~~~~~~~~^^
(EngineCore pid=2315771) File "/home/rangarav/.local/share/uv/python/cpython-3.13.12-linux-x86_64-gnu/lib/python3.13/multiprocessing/process.py", line 108, in run
(EngineCore pid=2315771) self._target(*self._args, **self._kwargs)
(EngineCore pid=2315771) ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/core.py", line 1235, in run_engine_core
(EngineCore pid=2315771) raise e
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/core.py", line 1200, in run_engine_core
(EngineCore pid=2315771) engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=2315771) return func(*args, **kwargs)
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/core.py", line 966, in __init__
(EngineCore pid=2315771) super().__init__(
(EngineCore pid=2315771) ~~~~~~~~~~~~~~~~^
(EngineCore pid=2315771) vllm_config,
(EngineCore pid=2315771) ^^^^^^^^^^^^
(EngineCore pid=2315771) ...<3 lines>...
(EngineCore pid=2315771) internal_dp_balancing,
(EngineCore pid=2315771) ^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=2315771) )
(EngineCore pid=2315771) ^
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/core.py", line 133, in __init__
(EngineCore pid=2315771) kv_cache_config = self._initialize_kv_caches(vllm_config)
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=2315771) return func(*args, **kwargs)
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/core.py", line 321, in _initialize_kv_caches
(EngineCore pid=2315771) self.model_executor.initialize_from_config(kv_cache_configs)
(EngineCore pid=2315771) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/executor/abstract.py", line 123, in initialize_from_config
(EngineCore pid=2315771) self.collective_rpc("initialize_from_config", args=(kv_cache_configs,))
(EngineCore pid=2315771) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/executor/uniproc_executor.py", line 92, in collective_rpc
(EngineCore pid=2315771) result = run_method(self.driver_worker, method, args, kwargs)
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/serial_utils.py", line 510, in run_method
(EngineCore pid=2315771) return func(*args, **kwargs)
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/worker/worker_base.py", line 325, in initialize_from_config
(EngineCore pid=2315771) self.worker.initialize_from_config(kv_cache_config) # type: ignore
(EngineCore pid=2315771) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=2315771) return func(*args, **kwargs)
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/worker/gpu_worker.py", line 710, in initialize_from_config
(EngineCore pid=2315771) self.model_runner.initialize_kv_cache(kv_cache_config)
(EngineCore pid=2315771) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/worker/gpu/model_runner.py", line 480, in initialize_kv_cache
(EngineCore pid=2315771) kv_caches_dict = init_kv_cache(
(EngineCore pid=2315771) self.kv_caches,
(EngineCore pid=2315771) ...<6 lines>...
(EngineCore pid=2315771) self.vllm_config,
(EngineCore pid=2315771) )
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/worker/gpu/attn_utils.py", line 535, in init_kv_cache
(EngineCore pid=2315771) kv_caches = _reshape_kv_cache(
(EngineCore pid=2315771) attn_groups=flattened_attn_groups,
(EngineCore pid=2315771) ...<4 lines>...
(EngineCore pid=2315771) kv_cache_config=kv_cache_config,
(EngineCore pid=2315771) )
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/worker/gpu/attn_utils.py", line 333, in _reshape_kv_cache
(EngineCore pid=2315771) kv_caches[layer_name] = _reshape_attention_kv_cache(
(EngineCore pid=2315771) ~~~~~~~~~~~~~~~~~~~~~~~~~~~^
(EngineCore pid=2315771) kv_raw_tensor,
(EngineCore pid=2315771) ^^^^^^^^^^^^^^
(EngineCore pid=2315771) ...<4 lines>...
(EngineCore pid=2315771) packing,
(EngineCore pid=2315771) ^^^^^^^^
(EngineCore pid=2315771) )
(EngineCore pid=2315771) ^
(EngineCore pid=2315771) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/worker/gpu/attn_utils.py", line 251, in _reshape_attention_kv_cache
(EngineCore pid=2315771) kv_cache = kv_raw_tensor.view(dtype).view(permuted_kv_cache_shape)
(EngineCore pid=2315771) RuntimeError: shape '[35397, 2, 16, 8, 132]' is invalid for input of size 2356024320
[rank0]:[W715 05:14:49.132366342 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=2315524) Traceback (most recent call last):
(APIServer pid=2315524) File "/vllmtest/.venv/bin/vllm", line 10, in <module>
(APIServer pid=2315524) sys.exit(main())
(APIServer pid=2315524) ~~~~^^
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/entrypoints/cli/main.py", line 95, in main
(APIServer pid=2315524) args.dispatch_function(args)
(APIServer pid=2315524) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/entrypoints/cli/serve.py", line 148, in cmd
(APIServer pid=2315524) uvloop.run(run_server(args))
(APIServer pid=2315524) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/uvloop/__init__.py", line 96, in run
(APIServer pid=2315524) return __asyncio.run(
(APIServer pid=2315524) ~~~~~~~~~~~~~^
(APIServer pid=2315524) wrapper(),
(APIServer pid=2315524) ^^^^^^^^^^
(APIServer pid=2315524) ...<2 lines>...
(APIServer pid=2315524) **run_kwargs
(APIServer pid=2315524) ^^^^^^^^^^^^
(APIServer pid=2315524) )
(APIServer pid=2315524) ^
(APIServer pid=2315524) File "/home/rangarav/.local/share/uv/python/cpython-3.13.12-linux-x86_64-gnu/lib/python3.13/asyncio/runners.py", line 195, in run
(APIServer pid=2315524) return runner.run(main)
(APIServer pid=2315524) ~~~~~~~~~~^^^^^^
(APIServer pid=2315524) File "/home/rangarav/.local/share/uv/python/cpython-3.13.12-linux-x86_64-gnu/lib/python3.13/asyncio/runners.py", line 118, in run
(APIServer pid=2315524) return self._loop.run_until_complete(task)
(APIServer pid=2315524) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
(APIServer pid=2315524) File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/uvloop/__init__.py", line 48, in wrapper
(APIServer pid=2315524) return await main
(APIServer pid=2315524) ^^^^^^^^^^
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/entrypoints/openai/api_server.py", line 698, in run_server
(APIServer pid=2315524) await run_server_worker(listen_address, sock, args, **uvicorn_kwargs)
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/entrypoints/openai/api_server.py", line 712, in run_server_worker
(APIServer pid=2315524) async with build_async_engine_client(
(APIServer pid=2315524) ~~~~~~~~~~~~~~~~~~~~~~~~~^
(APIServer pid=2315524) args,
(APIServer pid=2315524) ^^^^^
(APIServer pid=2315524) client_config=client_config,
(APIServer pid=2315524) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=2315524) ) as engine_client:
(APIServer pid=2315524) ^
(APIServer pid=2315524) File "/home/rangarav/.local/share/uv/python/cpython-3.13.12-linux-x86_64-gnu/lib/python3.13/contextlib.py", line 214, in __aenter__
(APIServer pid=2315524) return await anext(self.gen)
(APIServer pid=2315524) ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/entrypoints/openai/api_server.py", line 100, in build_async_engine_client
(APIServer pid=2315524) async with build_async_engine_client_from_engine_args(
(APIServer pid=2315524) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
(APIServer pid=2315524) engine_args,
(APIServer pid=2315524) ^^^^^^^^^^^^
(APIServer pid=2315524) usage_context=usage_context,
(APIServer pid=2315524) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=2315524) client_config=client_config,
(APIServer pid=2315524) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=2315524) ) as engine:
(APIServer pid=2315524) ^
(APIServer pid=2315524) File "/home/rangarav/.local/share/uv/python/cpython-3.13.12-linux-x86_64-gnu/lib/python3.13/contextlib.py", line 214, in __aenter__
(APIServer pid=2315524) return await anext(self.gen)
(APIServer pid=2315524) ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/entrypoints/openai/api_server.py", line 136, in build_async_engine_client_from_engine_args
(APIServer pid=2315524) async_llm = AsyncLLM.from_vllm_config(
(APIServer pid=2315524) vllm_config=vllm_config,
(APIServer pid=2315524) ...<6 lines>...
(APIServer pid=2315524) client_index=client_index,
(APIServer pid=2315524) )
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/async_llm.py", line 217, in from_vllm_config
(APIServer pid=2315524) return cls(
(APIServer pid=2315524) vllm_config=vllm_config,
(APIServer pid=2315524) ...<9 lines>...
(APIServer pid=2315524) client_index=client_index,
(APIServer pid=2315524) )
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/async_llm.py", line 146, in __init__
(APIServer pid=2315524) self.engine_core = EngineCoreClient.make_async_mp_client(
(APIServer pid=2315524) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
(APIServer pid=2315524) vllm_config=vllm_config,
(APIServer pid=2315524) ^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=2315524) ...<4 lines>...
(APIServer pid=2315524) client_index=client_index,
(APIServer pid=2315524) ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=2315524) )
(APIServer pid=2315524) ^
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=2315524) return func(*args, **kwargs)
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/core_client.py", line 132, in make_async_mp_client
(APIServer pid=2315524) return AsyncMPClient(*client_args)
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=2315524) return func(*args, **kwargs)
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/core_client.py", line 963, in __init__
(APIServer pid=2315524) super().__init__(
(APIServer pid=2315524) ~~~~~~~~~~~~~~~~^
(APIServer pid=2315524) asyncio_mode=True,
(APIServer pid=2315524) ^^^^^^^^^^^^^^^^^^
(APIServer pid=2315524) ...<3 lines>...
(APIServer pid=2315524) client_addresses=client_addresses,
(APIServer pid=2315524) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=2315524) )
(APIServer pid=2315524) ^
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/core_client.py", line 573, in __init__
(APIServer pid=2315524) with launch_core_engines(
(APIServer pid=2315524) ~~~~~~~~~~~~~~~~~~~^
(APIServer pid=2315524) vllm_config, executor_class, log_stats, addresses
(APIServer pid=2315524) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=2315524) ) as (engine_manager, coordinator, addresses, tensor_queue):
(APIServer pid=2315524) ^
(APIServer pid=2315524) File "/home/rangarav/.local/share/uv/python/cpython-3.13.12-linux-x86_64-gnu/lib/python3.13/contextlib.py", line 148, in __exit__
(APIServer pid=2315524) next(self.gen)
(APIServer pid=2315524) ~~~~^^^^^^^^^^
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/utils.py", line 1213, in launch_core_engines
(APIServer pid=2315524) wait_for_engine_startup(
(APIServer pid=2315524) ~~~~~~~~~~~~~~~~~~~~~~~^
(APIServer pid=2315524) handshake_socket,
(APIServer pid=2315524) ^^^^^^^^^^^^^^^^^
(APIServer pid=2315524) ...<6 lines>...
(APIServer pid=2315524) coordinator.proc if coordinator else None,
(APIServer pid=2315524) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=2315524) )
(APIServer pid=2315524) ^
(APIServer pid=2315524) File "/vllmtest/.venv/lib/python3.13/site-packages/vllm/v1/engine/utils.py", line 1272, in wait_for_engine_startup
(APIServer pid=2315524) raise RuntimeError(
(APIServer pid=2315524) ...<3 lines>...
(APIServer pid=2315524) )
(APIServer pid=2315524) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {}
Your current environment
The output of
python collect_env.py🐛 Describe the bug
This crashes with a reshape bug:
Output of above command
This is because of
SlidingWindowSpec.real_page_size_bytesBefore submitting a new issue...