vllm - 💡(How to fix) Fix [Bug]: GLM-5.1-NVFP4 RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1 [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
vllm-project/vllm#41108Fetched 2026-04-29 06:12:20
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
labeled ×1renamed ×1

Error Message

(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start. (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last): (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] worker = WorkerProc(*args, **kwargs) (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in init (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.worker.load_model() (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.model_runner.load_model(load_dummy_weights=load_dummy_weights) (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.drafter.load_model(self.model) (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.model = self._get_model() (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^ (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] model = get_model( (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^ (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/init.py", line 138, in get_model (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return loader.load_model( (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^ (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.load_weights(model, model_config) (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start. (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last): (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] worker = WorkerProc(*args, **kwargs) (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] loaded_weights = model.load_weights(self.get_all_weights(model_config, model)) (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] success = weight_loader( (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^ (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in init (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.worker.load_model() (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self._load_model_weight_or_group_weight_scale( (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self._load_w13( (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.model_runner.load_model(load_dummy_weights=load_dummy_weights) (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in load_w13 (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] expert_data.copy(loaded_weight) (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1 (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.drafter.load_model(self.model) (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.model = self._get_model() (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^ (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] model = get_model( (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^ (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/init.py", line 138, in get_model (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return loader.load_model( (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^ (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.load_weights(model, model_config) (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] loaded_weights = model.load_weights(self.get_all_weights(model_config, model)) (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] success = weight_loader( (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^ (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self._load_model_weight_or_group_weight_scale( (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self._load_w13( (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in load_w13 (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] expert_data.copy(loaded_weight) (Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1 Loading safetensors checkpoint shards: 98% Completed | 83/85 [07:43<00:11, 5.58s/it] (Worker_TP0 pid=1267) (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start. (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last): (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] worker = WorkerProc(*args, **kwargs) (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in init (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.worker.load_model() (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.model_runner.load_model(load_dummy_weights=load_dummy_weights) (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.drafter.load_model(self.model) (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.model = self._get_model() (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^ (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] model = get_model( (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^ (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/init.py", line 138, in get_model (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return loader.load_model( (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^ (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.load_weights(model, model_config) (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] loaded_weights = model.load_weights(self.get_all_weights(model_config, model)) (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] success = weight_loader( (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^ (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self._load_model_weight_or_group_weight_scale( (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self._load_w13( (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in load_w13 (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] expert_data.copy(loaded_weight) (Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1 (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start. (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last): (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] worker = WorkerProc(*args, **kwargs) (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in init (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.worker.load_model() (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.model_runner.load_model(load_dummy_weights=load_dummy_weights) (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.drafter.load_model(self.model) (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.model = self._get_model() (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^ (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] model = get_model( (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^ (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/init.py", line 138, in get_model (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return loader.load_model( (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^ (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self.load_weights(model, model_config) (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] return func(*args, **kwargs) (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^ (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] loaded_weights = model.load_weights(self.get_all_weights(model_config, model)) (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] success = weight_loader( (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] ^^^^^^^^^^^^^^ (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self._load_model_weight_or_group_weight_scale( (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] self._load_w13( (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in load_w13 (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] expert_data.copy(loaded_weight) (Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1 (EngineCore pid=1212) DEBUG 04-28 07:10:22 [v1/executor/multiproc_executor.py:419] Worker Termination: allow workers to gracefully shutdown [rank0]:[W428 07:10:26.657321932 ProcessGroupNCCL.cpp:1553] 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()) (EngineCore pid=1212) DEBUG 04-28 07:10:27 [v1/executor/multiproc_executor.py:424] Worker Termination: workers still running sending SIGTERM (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] EngineCore failed to start. (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] Traceback (most recent call last): (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs) (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] return func(*args, **kwargs) (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] ^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in init (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] super().init( (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 114, in init (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] self.model_executor = executor_class(vllm_config) (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 101, in init (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] super().init(vllm_config) (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] return func(*args, **kwargs) (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] ^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 103, in init (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] self._init_executor() (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 190, in _init_executor (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] self.workers = WorkerProc.wait_for_ready(unready_workers) (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 736, in wait_for_ready (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] raise e from None (EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] Exception: WorkerProc initialization failed due to an exception in a background process. See stack trace for root cause. (EngineCore pid=1212) Process EngineCore: (EngineCore pid=1212) Traceback (most recent call last): (EngineCore pid=1212) File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap (EngineCore pid=1212) self.run() (EngineCore pid=1212) File "/usr/lib/python3.12/multiprocessing/process.py", line 108, in run (EngineCore pid=1212) self._target(*self._args, **self._kwargs) (EngineCore pid=1212) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1112, in run_engine_core (EngineCore pid=1212) raise e (EngineCore pid=1212) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core (EngineCore pid=1212) engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs) (EngineCore pid=1212) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=1212) File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (EngineCore pid=1212) return func(*args, **kwargs) (EngineCore pid=1212) ^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=1212) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in init (EngineCore pid=1212) super().init( (EngineCore pid=1212) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 114, in init (EngineCore pid=1212) self.model_executor = executor_class(vllm_config) (EngineCore pid=1212) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=1212) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 101, in init (EngineCore pid=1212) super().init(vllm_config) (EngineCore pid=1212) File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (EngineCore pid=1212) return func(*args, **kwargs) (EngineCore pid=1212) ^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=1212) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 103, in init (EngineCore pid=1212) self._init_executor() (EngineCore pid=1212) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 190, in _init_executor (EngineCore pid=1212) self.workers = WorkerProc.wait_for_ready(unready_workers) (EngineCore pid=1212) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (EngineCore pid=1212) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 736, in wait_for_ready (EngineCore pid=1212) raise e from None (EngineCore pid=1212) Exception: WorkerProc initialization failed due to an exception in a background process. See stack trace for root cause. (APIServer pid=1151) DEBUG 04-28 07:10:29 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start. (EngineCore pid=1212) DEBUG 04-28 07:10:30 [v1/executor/multiproc_executor.py:438] Triggering shutdown of workers (APIServer pid=1151) DEBUG 04-28 07:10:39 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start. (APIServer pid=1151) DEBUG 04-28 07:10:49 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start. (APIServer pid=1151) Traceback (most recent call last): (APIServer pid=1151) File "/usr/local/bin/vllm", line 10, in <module> (APIServer pid=1151) sys.exit(main()) (APIServer pid=1151) ^^^^^^ (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/main.py", line 75, in main (APIServer pid=1151) args.dispatch_function(args) (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/serve.py", line 122, in cmd (APIServer pid=1151) uvloop.run(run_server(args)) (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/uvloop/init.py", line 96, in run (APIServer pid=1151) return __asyncio.run( (APIServer pid=1151) ^^^^^^^^^^^^^^ (APIServer pid=1151) File "/usr/lib/python3.12/asyncio/runners.py", line 195, in run (APIServer pid=1151) return runner.run(main) (APIServer pid=1151) ^^^^^^^^^^^^^^^^ (APIServer pid=1151) File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run (APIServer pid=1151) return self._loop.run_until_complete(task) (APIServer pid=1151) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=1151) File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/uvloop/init.py", line 48, in wrapper (APIServer pid=1151) return await main (APIServer pid=1151) ^^^^^^^^^^ (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 672, in run_server (APIServer pid=1151) await run_server_worker(listen_address, sock, args, **uvicorn_kwargs) (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 686, in run_server_worker (APIServer pid=1151) async with build_async_engine_client( (APIServer pid=1151) ^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=1151) File "/usr/lib/python3.12/contextlib.py", line 210, in aenter (APIServer pid=1151) return await anext(self.gen) (APIServer pid=1151) ^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 100, in build_async_engine_client (APIServer pid=1151) async with build_async_engine_client_from_engine_args( (APIServer pid=1151) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=1151) File "/usr/lib/python3.12/contextlib.py", line 210, in aenter (APIServer pid=1151) return await anext(self.gen) (APIServer pid=1151) ^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 136, in build_async_engine_client_from_engine_args (APIServer pid=1151) async_llm = AsyncLLM.from_vllm_config( (APIServer pid=1151) ^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 225, in from_vllm_config (APIServer pid=1151) return cls( (APIServer pid=1151) ^^^^ (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 154, in init (APIServer pid=1151) self.engine_core = EngineCoreClient.make_async_mp_client( (APIServer pid=1151) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (APIServer pid=1151) return func(*args, **kwargs) (APIServer pid=1151) ^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 130, in make_async_mp_client (APIServer pid=1151) return AsyncMPClient(*client_args) (APIServer pid=1151) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper (APIServer pid=1151) return func(*args, **kwargs) (APIServer pid=1151) ^^^^^^^^^^^^^^^^^^^^^ (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 887, in init (APIServer pid=1151) super().init( (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 535, in init (APIServer pid=1151) with launch_core_engines( (APIServer pid=1151) ^^^^^^^^^^^^^^^^^^^^ (APIServer pid=1151) File "/usr/lib/python3.12/contextlib.py", line 144, in exit (APIServer pid=1151) next(self.gen) (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 998, in launch_core_engines (APIServer pid=1151) wait_for_engine_startup( (APIServer pid=1151) File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 1057, in wait_for_engine_startup (APIServer pid=1151) raise RuntimeError( (APIServer pid=1151) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {} /usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d '

Root Cause

Unfortunately, I encounter the following error:

(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
Loading safetensors checkpoint shards:  98% Completed | 83/85 [07:43<00:11,  5.58s/it]
(Worker_TP0 pid=1267)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
(EngineCore pid=1212) DEBUG 04-28 07:10:22 [v1/executor/multiproc_executor.py:419] Worker Termination: allow workers to gracefully shutdown
[rank0]:[W428 07:10:26.657321932 ProcessGroupNCCL.cpp:1553] 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())
(EngineCore pid=1212) DEBUG 04-28 07:10:27 [v1/executor/multiproc_executor.py:424] Worker Termination: workers still running sending SIGTERM
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] EngineCore failed to start.
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] Traceback (most recent call last):
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     super().__init__(
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 114, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     self.model_executor = executor_class(vllm_config)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 101, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     super().__init__(vllm_config)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 103, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     self._init_executor()
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 190, in _init_executor
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     self.workers = WorkerProc.wait_for_ready(unready_workers)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 736, in wait_for_ready
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     raise e from None
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] Exception: WorkerProc initialization failed due to an exception in a background process. See stack trace for root cause.
(EngineCore pid=1212) Process EngineCore:
(EngineCore pid=1212) Traceback (most recent call last):
(EngineCore pid=1212)   File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap
(EngineCore pid=1212)     self.run()
(EngineCore pid=1212)   File "/usr/lib/python3.12/multiprocessing/process.py", line 108, in run
(EngineCore pid=1212)     self._target(*self._args, **self._kwargs)
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1112, in run_engine_core
(EngineCore pid=1212)     raise e
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=1212)     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=1212)                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212)     return func(*args, **kwargs)
(EngineCore pid=1212)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=1212)     super().__init__(
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 114, in __init__
(EngineCore pid=1212)     self.model_executor = executor_class(vllm_config)
(EngineCore pid=1212)                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 101, in __init__
(EngineCore pid=1212)     super().__init__(vllm_config)
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212)     return func(*args, **kwargs)
(EngineCore pid=1212)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 103, in __init__
(EngineCore pid=1212)     self._init_executor()
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 190, in _init_executor
(EngineCore pid=1212)     self.workers = WorkerProc.wait_for_ready(unready_workers)
(EngineCore pid=1212)                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 736, in wait_for_ready
(EngineCore pid=1212)     raise e from None
(EngineCore pid=1212) Exception: WorkerProc initialization failed due to an exception in a background process. See stack trace for root cause.
(APIServer pid=1151) DEBUG 04-28 07:10:29 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start.
(EngineCore pid=1212) DEBUG 04-28 07:10:30 [v1/executor/multiproc_executor.py:438] Triggering shutdown of workers
(APIServer pid=1151) DEBUG 04-28 07:10:39 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start.
(APIServer pid=1151) DEBUG 04-28 07:10:49 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start.
(APIServer pid=1151) Traceback (most recent call last):
(APIServer pid=1151)   File "/usr/local/bin/vllm", line 10, in <module>
(APIServer pid=1151)     sys.exit(main())
(APIServer pid=1151)              ^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/main.py", line 75, in main
(APIServer pid=1151)     args.dispatch_function(args)
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/serve.py", line 122, in cmd
(APIServer pid=1151)     uvloop.run(run_server(args))
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 96, in run
(APIServer pid=1151)     return __asyncio.run(
(APIServer pid=1151)            ^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/asyncio/runners.py", line 195, in run
(APIServer pid=1151)     return runner.run(main)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
(APIServer pid=1151)     return self._loop.run_until_complete(task)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 48, in wrapper
(APIServer pid=1151)     return await main
(APIServer pid=1151)            ^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 672, in run_server
(APIServer pid=1151)     await run_server_worker(listen_address, sock, args, **uvicorn_kwargs)
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 686, in run_server_worker
(APIServer pid=1151)     async with build_async_engine_client(
(APIServer pid=1151)                ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=1151)     return await anext(self.gen)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 100, in build_async_engine_client
(APIServer pid=1151)     async with build_async_engine_client_from_engine_args(
(APIServer pid=1151)                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=1151)     return await anext(self.gen)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 136, in build_async_engine_client_from_engine_args
(APIServer pid=1151)     async_llm = AsyncLLM.from_vllm_config(
(APIServer pid=1151)                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 225, in from_vllm_config
(APIServer pid=1151)     return cls(
(APIServer pid=1151)            ^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 154, in __init__
(APIServer pid=1151)     self.engine_core = EngineCoreClient.make_async_mp_client(
(APIServer pid=1151)                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=1151)     return func(*args, **kwargs)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 130, in make_async_mp_client
(APIServer pid=1151)     return AsyncMPClient(*client_args)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=1151)     return func(*args, **kwargs)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 887, in __init__
(APIServer pid=1151)     super().__init__(
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 535, in __init__
(APIServer pid=1151)     with launch_core_engines(
(APIServer pid=1151)          ^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__
(APIServer pid=1151)     next(self.gen)
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 998, in launch_core_engines
(APIServer pid=1151)     wait_for_engine_startup(
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 1057, in wait_for_engine_startup
(APIServer pid=1151)     raise RuntimeError(
(APIServer pid=1151) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {}
/usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '

Fix Action

Fix / Workaround

============================== CPU Info

Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 45 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 16 On-line CPU(s) list: 0-15 Vendor ID: GenuineIntel Model name: Intel(R) Xeon(R) 6747P CPU family: 6 Model: 173 Thread(s) per core: 1 Core(s) per socket: 2 Socket(s): 8 Stepping: 1 BogoMIPS: 5399.99 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology tsc_reliable nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ssbd ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves user_shstk avx_vnni avx512_bf16 wbnoinvd arat avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq rdpid cldemote movdiri movdir64b fsrm md_clear serialize amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities Hypervisor vendor: VMware Virtualization type: full L1d cache: 768 KiB (16 instances) L1i cache: 1 MiB (16 instances) L2 cache: 32 MiB (16 instances) L3 cache: 2.3 GiB (8 instances) NUMA node(s): 1 NUMA node0 CPU(s): 0-15 Vulnerability Gather data sampling: Not affected Vulnerability Indirect target selection: Not affected Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported Vulnerability L1tf: Not affected Vulnerability Mds: Not affected Vulnerability Meltdown: Not affected Vulnerability Mmio stale data: Unknown: No mitigations Vulnerability Reg file data sampling: Not affected Vulnerability Retbleed: Not affected Vulnerability Spec rstack overflow: Not affected Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization Vulnerability Spectre v2: Mitigation; Enhanced / Automatic IBRS; IBPB conditional; PBRSB-eIBRS SW sequence; BHI BHI_DIS_S Vulnerability Srbds: Not affected Vulnerability Tsa: Not affected Vulnerability Tsx async abort: Not affected Vulnerability Vmscape: Not affected

Unfortunately, I encounter the following error:

(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
Loading safetensors checkpoint shards:  98% Completed | 83/85 [07:43<00:11,  5.58s/it]
(Worker_TP0 pid=1267)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
(EngineCore pid=1212) DEBUG 04-28 07:10:22 [v1/executor/multiproc_executor.py:419] Worker Termination: allow workers to gracefully shutdown
[rank0]:[W428 07:10:26.657321932 ProcessGroupNCCL.cpp:1553] 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())
(EngineCore pid=1212) DEBUG 04-28 07:10:27 [v1/executor/multiproc_executor.py:424] Worker Termination: workers still running sending SIGTERM
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] EngineCore failed to start.
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] Traceback (most recent call last):
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     super().__init__(
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 114, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     self.model_executor = executor_class(vllm_config)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 101, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     super().__init__(vllm_config)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 103, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     self._init_executor()
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 190, in _init_executor
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     self.workers = WorkerProc.wait_for_ready(unready_workers)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 736, in wait_for_ready
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     raise e from None
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] Exception: WorkerProc initialization failed due to an exception in a background process. See stack trace for root cause.
(EngineCore pid=1212) Process EngineCore:
(EngineCore pid=1212) Traceback (most recent call last):
(EngineCore pid=1212)   File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap
(EngineCore pid=1212)     self.run()
(EngineCore pid=1212)   File "/usr/lib/python3.12/multiprocessing/process.py", line 108, in run
(EngineCore pid=1212)     self._target(*self._args, **self._kwargs)
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1112, in run_engine_core
(EngineCore pid=1212)     raise e
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=1212)     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=1212)                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212)     return func(*args, **kwargs)
(EngineCore pid=1212)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=1212)     super().__init__(
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 114, in __init__
(EngineCore pid=1212)     self.model_executor = executor_class(vllm_config)
(EngineCore pid=1212)                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 101, in __init__
(EngineCore pid=1212)     super().__init__(vllm_config)
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212)     return func(*args, **kwargs)
(EngineCore pid=1212)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 103, in __init__
(EngineCore pid=1212)     self._init_executor()
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 190, in _init_executor
(EngineCore pid=1212)     self.workers = WorkerProc.wait_for_ready(unready_workers)
(EngineCore pid=1212)                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 736, in wait_for_ready
(EngineCore pid=1212)     raise e from None
(EngineCore pid=1212) Exception: WorkerProc initialization failed due to an exception in a background process. See stack trace for root cause.
(APIServer pid=1151) DEBUG 04-28 07:10:29 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start.
(EngineCore pid=1212) DEBUG 04-28 07:10:30 [v1/executor/multiproc_executor.py:438] Triggering shutdown of workers
(APIServer pid=1151) DEBUG 04-28 07:10:39 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start.
(APIServer pid=1151) DEBUG 04-28 07:10:49 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start.
(APIServer pid=1151) Traceback (most recent call last):
(APIServer pid=1151)   File "/usr/local/bin/vllm", line 10, in <module>
(APIServer pid=1151)     sys.exit(main())
(APIServer pid=1151)              ^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/main.py", line 75, in main
(APIServer pid=1151)     args.dispatch_function(args)
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/serve.py", line 122, in cmd
(APIServer pid=1151)     uvloop.run(run_server(args))
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 96, in run
(APIServer pid=1151)     return __asyncio.run(
(APIServer pid=1151)            ^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/asyncio/runners.py", line 195, in run
(APIServer pid=1151)     return runner.run(main)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
(APIServer pid=1151)     return self._loop.run_until_complete(task)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 48, in wrapper
(APIServer pid=1151)     return await main
(APIServer pid=1151)            ^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 672, in run_server
(APIServer pid=1151)     await run_server_worker(listen_address, sock, args, **uvicorn_kwargs)
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 686, in run_server_worker
(APIServer pid=1151)     async with build_async_engine_client(
(APIServer pid=1151)                ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=1151)     return await anext(self.gen)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 100, in build_async_engine_client
(APIServer pid=1151)     async with build_async_engine_client_from_engine_args(
(APIServer pid=1151)                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=1151)     return await anext(self.gen)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 136, in build_async_engine_client_from_engine_args
(APIServer pid=1151)     async_llm = AsyncLLM.from_vllm_config(
(APIServer pid=1151)                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 225, in from_vllm_config
(APIServer pid=1151)     return cls(
(APIServer pid=1151)            ^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 154, in __init__
(APIServer pid=1151)     self.engine_core = EngineCoreClient.make_async_mp_client(
(APIServer pid=1151)                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=1151)     return func(*args, **kwargs)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 130, in make_async_mp_client
(APIServer pid=1151)     return AsyncMPClient(*client_args)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=1151)     return func(*args, **kwargs)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 887, in __init__
(APIServer pid=1151)     super().__init__(
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 535, in __init__
(APIServer pid=1151)     with launch_core_engines(
(APIServer pid=1151)          ^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__
(APIServer pid=1151)     next(self.gen)
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 998, in launch_core_engines
(APIServer pid=1151)     wait_for_engine_startup(
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 1057, in wait_for_engine_startup
(APIServer pid=1151)     raise RuntimeError(
(APIServer pid=1151) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {}
/usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '

Code Example

Collecting environment information...
==============================
        System Info
==============================
OS                           : Ubuntu 22.04.5 LTS (x86_64)
GCC version                  : (Ubuntu 11.4.0-1ubuntu1~22.04.3) 11.4.0
Clang version                : Could not collect
CMake version                : Could not collect
Libc version                 : glibc-2.35

==============================
       PyTorch Info
==============================
PyTorch version              : 2.10.0+cu129
Is debug build               : False
CUDA used to build PyTorch   : 12.9
ROCM used to build PyTorch   : N/A
XPU used to build PyTorch    : N/A

==============================
      Python Environment
==============================
Python version               : 3.12.13 (main, Mar  4 2026, 09:23:07) [GCC 11.4.0] (64-bit runtime)
Python platform              : Linux-5.14.0-611.47.1.el9_7.x86_64-x86_64-with-glibc2.35

==============================
       CUDA / GPU Info
==============================
Is CUDA available            : True
CUDA runtime version         : 12.9.86
CUDA_MODULE_LOADING set to   :
GPU models and configuration :
GPU 0: NVIDIA H200-141C
GPU 1: NVIDIA H200-141C
GPU 2: NVIDIA H200-141C
GPU 3: NVIDIA H200-141C

Nvidia driver version        : 580.105.08
cuDNN version                : Could not collect
HIP runtime version          : N/A
MIOpen runtime version       : N/A
Is XNNPACK available         : True

==============================
          CPU Info
==============================
Architecture:                            x86_64
CPU op-mode(s):                          32-bit, 64-bit
Address sizes:                           45 bits physical, 48 bits virtual
Byte Order:                              Little Endian
CPU(s):                                  16
On-line CPU(s) list:                     0-15
Vendor ID:                               GenuineIntel
Model name:                              Intel(R) Xeon(R) 6747P
CPU family:                              6
Model:                                   173
Thread(s) per core:                      1
Core(s) per socket:                      2
Socket(s):                               8
Stepping:                                1
BogoMIPS:                                5399.99
Flags:                                   fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology tsc_reliable nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ssbd ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves user_shstk avx_vnni avx512_bf16 wbnoinvd arat avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq rdpid cldemote movdiri movdir64b fsrm md_clear serialize amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities
Hypervisor vendor:                       VMware
Virtualization type:                     full
L1d cache:                               768 KiB (16 instances)
L1i cache:                               1 MiB (16 instances)
L2 cache:                                32 MiB (16 instances)
L3 cache:                                2.3 GiB (8 instances)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0-15
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             KVM: Mitigation: VMX unsupported
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Unknown: No mitigations
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:                Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; Enhanced / Automatic IBRS; IBPB conditional; PBRSB-eIBRS SW sequence; BHI BHI_DIS_S
Vulnerability Srbds:                     Not affected
Vulnerability Tsa:                       Not affected
Vulnerability Tsx async abort:           Not affected
Vulnerability Vmscape:                   Not affected

==============================
Versions of relevant libraries
==============================
[pip3] flashinfer-python==0.6.6
[pip3] numpy==2.2.6
[pip3] nvidia-cublas-cu12==12.9.1.4
[pip3] nvidia-cuda-cupti-cu12==12.9.79
[pip3] nvidia-cuda-nvrtc-cu12==12.9.86
[pip3] nvidia-cuda-runtime-cu12==12.9.79
[pip3] nvidia-cudnn-cu12==9.10.2.21
[pip3] nvidia-cudnn-frontend==1.18.0
[pip3] nvidia-cufft-cu12==11.4.1.4
[pip3] nvidia-cufile-cu12==1.14.1.1
[pip3] nvidia-curand-cu12==10.3.10.19
[pip3] nvidia-cusolver-cu12==11.7.5.82
[pip3] nvidia-cusparse-cu12==12.5.10.65
[pip3] nvidia-cusparselt-cu12==0.7.1
[pip3] nvidia-cutlass-dsl==4.4.2
[pip3] nvidia-cutlass-dsl-libs-base==4.4.2
[pip3] nvidia-ml-py==13.595.45
[pip3] nvidia-nccl-cu12==2.27.5
[pip3] nvidia-nvjitlink-cu12==12.9.86
[pip3] nvidia-nvshmem-cu12==3.4.5
[pip3] nvidia-nvtx-cu12==12.9.79
[pip3] onnxruntime==1.25.0
[pip3] pytorch-lightning==2.6.1
[pip3] pytorch-metric-learning==2.9.0
[pip3] pyzmq==27.1.0
[pip3] sentence-transformers==5.2.2
[pip3] torch==2.10.0+cu129
[pip3] torch-audiomentations==0.12.0
[pip3] torch_c_dlpack_ext==0.1.5
[pip3] torch_pitch_shift==1.2.5
[pip3] torchaudio==2.10.0+cu129
[pip3] torchcodec==0.11.1
[pip3] torchmetrics==1.9.0
[pip3] torchvision==0.25.0+cu129
[pip3] transformers==5.5.4
[pip3] triton==3.6.0
[conda] Could not collect

==============================
         vLLM Info
==============================
ROCM Version                 : Could not collect
vLLM Version                 : 0.19.1
vLLM Build Flags:
  CUDA Archs: 7.0 7.5 8.0 8.9 9.0 10.0 12.0; ROCm: Disabled; XPU: Disabled
GPU Topology:
        GPU0    GPU1    GPU2    GPU3    CPU Affinity    NUMA Affinity   GPU NUMA ID
GPU0     X      NV6     NV6     NV6     0-15    0               N/A
GPU1    NV6      X      NV6     NV6     0-15    0               N/A
GPU2    NV6     NV6      X      NV6     0-15    0               N/A
GPU3    NV6     NV6     NV6      X      0-15    0               N/A

Legend:

  X    = Self
  SYS  = Connection traversing PCIe as well as the SMP interconnect between NUMA nodes (e.g., QPI/UPI)
  NODE = Connection traversing PCIe as well as the interconnect between PCIe Host Bridges within a NUMA node
  PHB  = Connection traversing PCIe as well as a PCIe Host Bridge (typically the CPU)
  PXB  = Connection traversing multiple PCIe bridges (without traversing the PCIe Host Bridge)
  PIX  = Connection traversing at most a single PCIe bridge
  NV#  = Connection traversing a bonded set of # NVLinks

==============================
     Environment Variables
==============================
NVIDIA_VISIBLE_DEVICES=void
NVIDIA_REQUIRE_CUDA=cuda>=12.9 brand=unknown,driver>=535,driver<536 brand=grid,driver>=535,driver<536 brand=tesla,driver>=535,driver<536 brand=nvidia,driver>=535,driver<536 brand=quadro,driver>=535,driver<536 brand=quadrortx,driver>=535,driver<536 brand=nvidiartx,driver>=535,driver<536 brand=vapps,driver>=535,driver<536 brand=vpc,driver>=535,driver<536 brand=vcs,driver>=535,driver<536 brand=vws,driver>=535,driver<536 brand=cloudgaming,driver>=535,driver<536 brand=unknown,driver>=550,driver<551 brand=grid,driver>=550,driver<551 brand=tesla,driver>=550,driver<551 brand=nvidia,driver>=550,driver<551 brand=quadro,driver>=550,driver<551 brand=quadrortx,driver>=550,driver<551 brand=nvidiartx,driver>=550,driver<551 brand=vapps,driver>=550,driver<551 brand=vpc,driver>=550,driver<551 brand=vcs,driver>=550,driver<551 brand=vws,driver>=550,driver<551 brand=cloudgaming,driver>=550,driver<551 brand=unknown,driver>=560,driver<561 brand=grid,driver>=560,driver<561 brand=tesla,driver>=560,driver<561 brand=nvidia,driver>=560,driver<561 brand=quadro,driver>=560,driver<561 brand=quadrortx,driver>=560,driver<561 brand=nvidiartx,driver>=560,driver<561 brand=vapps,driver>=560,driver<561 brand=vpc,driver>=560,driver<561 brand=vcs,driver>=560,driver<561 brand=vws,driver>=560,driver<561 brand=cloudgaming,driver>=560,driver<561 brand=unknown,driver>=565,driver<566 brand=grid,driver>=565,driver<566 brand=tesla,driver>=565,driver<566 brand=nvidia,driver>=565,driver<566 brand=quadro,driver>=565,driver<566 brand=quadrortx,driver>=565,driver<566 brand=nvidiartx,driver>=565,driver<566 brand=vapps,driver>=565,driver<566 brand=vpc,driver>=565,driver<566 brand=vcs,driver>=565,driver<566 brand=vws,driver>=565,driver<566 brand=cloudgaming,driver>=565,driver<566 brand=unknown,driver>=570,driver<571 brand=grid,driver>=570,driver<571 brand=tesla,driver>=570,driver<571 brand=nvidia,driver>=570,driver<571 brand=quadro,driver>=570,driver<571 brand=quadrortx,driver>=570,driver<571 brand=nvidiartx,driver>=570,driver<571 brand=vapps,driver>=570,driver<571 brand=vpc,driver>=570,driver<571 brand=vcs,driver>=570,driver<571 brand=vws,driver>=570,driver<571 brand=cloudgaming,driver>=570,driver<571
TORCH_CUDA_ARCH_LIST=7.0 7.5 8.0 8.9 9.0 10.0 12.0
NVIDIA_DRIVER_CAPABILITIES=compute,utility
VLLM_USAGE_SOURCE=production-docker-image
CUDA_VERSION=12.9.1
VLLM_ENABLE_CUDA_COMPATIBILITY=0
LD_LIBRARY_PATH=/usr/lib64
NVIDIA_CTK_LIBCUDA_DIR=/usr/lib64
PYTORCH_NVML_BASED_CUDA_CHECK=1
TORCHINDUCTOR_COMPILE_THREADS=1
TORCHINDUCTOR_CACHE_DIR=/tmp/torchinductor_root

---

vllm serve /vllm-workspace/models/GLM-5.1-NVFP4      --tensor-parallel-size 4      --speculative-config.method mtp      --speculative-config.num_speculative_tokens 3      --tool-call-parser glm47      --reasoning-parser glm45      --enable-auto-tool-choice      --chat-template-content-format=string      --served-model-name glm-5.1

---

(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
Loading safetensors checkpoint shards:  98% Completed | 83/85 [07:43<00:11,  5.58s/it]
(Worker_TP0 pid=1267)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
(EngineCore pid=1212) DEBUG 04-28 07:10:22 [v1/executor/multiproc_executor.py:419] Worker Termination: allow workers to gracefully shutdown
[rank0]:[W428 07:10:26.657321932 ProcessGroupNCCL.cpp:1553] 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())
(EngineCore pid=1212) DEBUG 04-28 07:10:27 [v1/executor/multiproc_executor.py:424] Worker Termination: workers still running sending SIGTERM
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] EngineCore failed to start.
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] Traceback (most recent call last):
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     super().__init__(
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 114, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     self.model_executor = executor_class(vllm_config)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 101, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     super().__init__(vllm_config)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 103, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     self._init_executor()
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 190, in _init_executor
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     self.workers = WorkerProc.wait_for_ready(unready_workers)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 736, in wait_for_ready
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     raise e from None
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] Exception: WorkerProc initialization failed due to an exception in a background process. See stack trace for root cause.
(EngineCore pid=1212) Process EngineCore:
(EngineCore pid=1212) Traceback (most recent call last):
(EngineCore pid=1212)   File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap
(EngineCore pid=1212)     self.run()
(EngineCore pid=1212)   File "/usr/lib/python3.12/multiprocessing/process.py", line 108, in run
(EngineCore pid=1212)     self._target(*self._args, **self._kwargs)
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1112, in run_engine_core
(EngineCore pid=1212)     raise e
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=1212)     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=1212)                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212)     return func(*args, **kwargs)
(EngineCore pid=1212)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=1212)     super().__init__(
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 114, in __init__
(EngineCore pid=1212)     self.model_executor = executor_class(vllm_config)
(EngineCore pid=1212)                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 101, in __init__
(EngineCore pid=1212)     super().__init__(vllm_config)
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212)     return func(*args, **kwargs)
(EngineCore pid=1212)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 103, in __init__
(EngineCore pid=1212)     self._init_executor()
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 190, in _init_executor
(EngineCore pid=1212)     self.workers = WorkerProc.wait_for_ready(unready_workers)
(EngineCore pid=1212)                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 736, in wait_for_ready
(EngineCore pid=1212)     raise e from None
(EngineCore pid=1212) Exception: WorkerProc initialization failed due to an exception in a background process. See stack trace for root cause.
(APIServer pid=1151) DEBUG 04-28 07:10:29 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start.
(EngineCore pid=1212) DEBUG 04-28 07:10:30 [v1/executor/multiproc_executor.py:438] Triggering shutdown of workers
(APIServer pid=1151) DEBUG 04-28 07:10:39 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start.
(APIServer pid=1151) DEBUG 04-28 07:10:49 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start.
(APIServer pid=1151) Traceback (most recent call last):
(APIServer pid=1151)   File "/usr/local/bin/vllm", line 10, in <module>
(APIServer pid=1151)     sys.exit(main())
(APIServer pid=1151)              ^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/main.py", line 75, in main
(APIServer pid=1151)     args.dispatch_function(args)
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/serve.py", line 122, in cmd
(APIServer pid=1151)     uvloop.run(run_server(args))
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 96, in run
(APIServer pid=1151)     return __asyncio.run(
(APIServer pid=1151)            ^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/asyncio/runners.py", line 195, in run
(APIServer pid=1151)     return runner.run(main)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
(APIServer pid=1151)     return self._loop.run_until_complete(task)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 48, in wrapper
(APIServer pid=1151)     return await main
(APIServer pid=1151)            ^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 672, in run_server
(APIServer pid=1151)     await run_server_worker(listen_address, sock, args, **uvicorn_kwargs)
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 686, in run_server_worker
(APIServer pid=1151)     async with build_async_engine_client(
(APIServer pid=1151)                ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=1151)     return await anext(self.gen)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 100, in build_async_engine_client
(APIServer pid=1151)     async with build_async_engine_client_from_engine_args(
(APIServer pid=1151)                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=1151)     return await anext(self.gen)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 136, in build_async_engine_client_from_engine_args
(APIServer pid=1151)     async_llm = AsyncLLM.from_vllm_config(
(APIServer pid=1151)                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 225, in from_vllm_config
(APIServer pid=1151)     return cls(
(APIServer pid=1151)            ^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 154, in __init__
(APIServer pid=1151)     self.engine_core = EngineCoreClient.make_async_mp_client(
(APIServer pid=1151)                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=1151)     return func(*args, **kwargs)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 130, in make_async_mp_client
(APIServer pid=1151)     return AsyncMPClient(*client_args)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=1151)     return func(*args, **kwargs)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 887, in __init__
(APIServer pid=1151)     super().__init__(
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 535, in __init__
(APIServer pid=1151)     with launch_core_engines(
(APIServer pid=1151)          ^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__
(APIServer pid=1151)     next(self.gen)
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 998, in launch_core_engines
(APIServer pid=1151)     wait_for_engine_startup(
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 1057, in wait_for_engine_startup
(APIServer pid=1151)     raise RuntimeError(
(APIServer pid=1151) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {}
/usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '
RAW_BUFFERClick to expand / collapse

Your current environment

<details> <summary>The output of <code>python collect_env.py</code></summary>
Collecting environment information...
==============================
        System Info
==============================
OS                           : Ubuntu 22.04.5 LTS (x86_64)
GCC version                  : (Ubuntu 11.4.0-1ubuntu1~22.04.3) 11.4.0
Clang version                : Could not collect
CMake version                : Could not collect
Libc version                 : glibc-2.35

==============================
       PyTorch Info
==============================
PyTorch version              : 2.10.0+cu129
Is debug build               : False
CUDA used to build PyTorch   : 12.9
ROCM used to build PyTorch   : N/A
XPU used to build PyTorch    : N/A

==============================
      Python Environment
==============================
Python version               : 3.12.13 (main, Mar  4 2026, 09:23:07) [GCC 11.4.0] (64-bit runtime)
Python platform              : Linux-5.14.0-611.47.1.el9_7.x86_64-x86_64-with-glibc2.35

==============================
       CUDA / GPU Info
==============================
Is CUDA available            : True
CUDA runtime version         : 12.9.86
CUDA_MODULE_LOADING set to   :
GPU models and configuration :
GPU 0: NVIDIA H200-141C
GPU 1: NVIDIA H200-141C
GPU 2: NVIDIA H200-141C
GPU 3: NVIDIA H200-141C

Nvidia driver version        : 580.105.08
cuDNN version                : Could not collect
HIP runtime version          : N/A
MIOpen runtime version       : N/A
Is XNNPACK available         : True

==============================
          CPU Info
==============================
Architecture:                            x86_64
CPU op-mode(s):                          32-bit, 64-bit
Address sizes:                           45 bits physical, 48 bits virtual
Byte Order:                              Little Endian
CPU(s):                                  16
On-line CPU(s) list:                     0-15
Vendor ID:                               GenuineIntel
Model name:                              Intel(R) Xeon(R) 6747P
CPU family:                              6
Model:                                   173
Thread(s) per core:                      1
Core(s) per socket:                      2
Socket(s):                               8
Stepping:                                1
BogoMIPS:                                5399.99
Flags:                                   fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss ht syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology tsc_reliable nonstop_tsc cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch ssbd ibrs ibpb stibp ibrs_enhanced fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid avx512f avx512dq rdseed adx smap avx512ifma clflushopt clwb avx512cd sha_ni avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves user_shstk avx_vnni avx512_bf16 wbnoinvd arat avx512vbmi umip pku ospke avx512_vbmi2 gfni vaes vpclmulqdq avx512_vnni avx512_bitalg avx512_vpopcntdq rdpid cldemote movdiri movdir64b fsrm md_clear serialize amx_bf16 avx512_fp16 amx_tile amx_int8 flush_l1d arch_capabilities
Hypervisor vendor:                       VMware
Virtualization type:                     full
L1d cache:                               768 KiB (16 instances)
L1i cache:                               1 MiB (16 instances)
L2 cache:                                32 MiB (16 instances)
L3 cache:                                2.3 GiB (8 instances)
NUMA node(s):                            1
NUMA node0 CPU(s):                       0-15
Vulnerability Gather data sampling:      Not affected
Vulnerability Indirect target selection: Not affected
Vulnerability Itlb multihit:             KVM: Mitigation: VMX unsupported
Vulnerability L1tf:                      Not affected
Vulnerability Mds:                       Not affected
Vulnerability Meltdown:                  Not affected
Vulnerability Mmio stale data:           Unknown: No mitigations
Vulnerability Reg file data sampling:    Not affected
Vulnerability Retbleed:                  Not affected
Vulnerability Spec rstack overflow:      Not affected
Vulnerability Spec store bypass:         Mitigation; Speculative Store Bypass disabled via prctl
Vulnerability Spectre v1:                Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:                Mitigation; Enhanced / Automatic IBRS; IBPB conditional; PBRSB-eIBRS SW sequence; BHI BHI_DIS_S
Vulnerability Srbds:                     Not affected
Vulnerability Tsa:                       Not affected
Vulnerability Tsx async abort:           Not affected
Vulnerability Vmscape:                   Not affected

==============================
Versions of relevant libraries
==============================
[pip3] flashinfer-python==0.6.6
[pip3] numpy==2.2.6
[pip3] nvidia-cublas-cu12==12.9.1.4
[pip3] nvidia-cuda-cupti-cu12==12.9.79
[pip3] nvidia-cuda-nvrtc-cu12==12.9.86
[pip3] nvidia-cuda-runtime-cu12==12.9.79
[pip3] nvidia-cudnn-cu12==9.10.2.21
[pip3] nvidia-cudnn-frontend==1.18.0
[pip3] nvidia-cufft-cu12==11.4.1.4
[pip3] nvidia-cufile-cu12==1.14.1.1
[pip3] nvidia-curand-cu12==10.3.10.19
[pip3] nvidia-cusolver-cu12==11.7.5.82
[pip3] nvidia-cusparse-cu12==12.5.10.65
[pip3] nvidia-cusparselt-cu12==0.7.1
[pip3] nvidia-cutlass-dsl==4.4.2
[pip3] nvidia-cutlass-dsl-libs-base==4.4.2
[pip3] nvidia-ml-py==13.595.45
[pip3] nvidia-nccl-cu12==2.27.5
[pip3] nvidia-nvjitlink-cu12==12.9.86
[pip3] nvidia-nvshmem-cu12==3.4.5
[pip3] nvidia-nvtx-cu12==12.9.79
[pip3] onnxruntime==1.25.0
[pip3] pytorch-lightning==2.6.1
[pip3] pytorch-metric-learning==2.9.0
[pip3] pyzmq==27.1.0
[pip3] sentence-transformers==5.2.2
[pip3] torch==2.10.0+cu129
[pip3] torch-audiomentations==0.12.0
[pip3] torch_c_dlpack_ext==0.1.5
[pip3] torch_pitch_shift==1.2.5
[pip3] torchaudio==2.10.0+cu129
[pip3] torchcodec==0.11.1
[pip3] torchmetrics==1.9.0
[pip3] torchvision==0.25.0+cu129
[pip3] transformers==5.5.4
[pip3] triton==3.6.0
[conda] Could not collect

==============================
         vLLM Info
==============================
ROCM Version                 : Could not collect
vLLM Version                 : 0.19.1
vLLM Build Flags:
  CUDA Archs: 7.0 7.5 8.0 8.9 9.0 10.0 12.0; ROCm: Disabled; XPU: Disabled
GPU Topology:
        GPU0    GPU1    GPU2    GPU3    CPU Affinity    NUMA Affinity   GPU NUMA ID
GPU0     X      NV6     NV6     NV6     0-15    0               N/A
GPU1    NV6      X      NV6     NV6     0-15    0               N/A
GPU2    NV6     NV6      X      NV6     0-15    0               N/A
GPU3    NV6     NV6     NV6      X      0-15    0               N/A

Legend:

  X    = Self
  SYS  = Connection traversing PCIe as well as the SMP interconnect between NUMA nodes (e.g., QPI/UPI)
  NODE = Connection traversing PCIe as well as the interconnect between PCIe Host Bridges within a NUMA node
  PHB  = Connection traversing PCIe as well as a PCIe Host Bridge (typically the CPU)
  PXB  = Connection traversing multiple PCIe bridges (without traversing the PCIe Host Bridge)
  PIX  = Connection traversing at most a single PCIe bridge
  NV#  = Connection traversing a bonded set of # NVLinks

==============================
     Environment Variables
==============================
NVIDIA_VISIBLE_DEVICES=void
NVIDIA_REQUIRE_CUDA=cuda>=12.9 brand=unknown,driver>=535,driver<536 brand=grid,driver>=535,driver<536 brand=tesla,driver>=535,driver<536 brand=nvidia,driver>=535,driver<536 brand=quadro,driver>=535,driver<536 brand=quadrortx,driver>=535,driver<536 brand=nvidiartx,driver>=535,driver<536 brand=vapps,driver>=535,driver<536 brand=vpc,driver>=535,driver<536 brand=vcs,driver>=535,driver<536 brand=vws,driver>=535,driver<536 brand=cloudgaming,driver>=535,driver<536 brand=unknown,driver>=550,driver<551 brand=grid,driver>=550,driver<551 brand=tesla,driver>=550,driver<551 brand=nvidia,driver>=550,driver<551 brand=quadro,driver>=550,driver<551 brand=quadrortx,driver>=550,driver<551 brand=nvidiartx,driver>=550,driver<551 brand=vapps,driver>=550,driver<551 brand=vpc,driver>=550,driver<551 brand=vcs,driver>=550,driver<551 brand=vws,driver>=550,driver<551 brand=cloudgaming,driver>=550,driver<551 brand=unknown,driver>=560,driver<561 brand=grid,driver>=560,driver<561 brand=tesla,driver>=560,driver<561 brand=nvidia,driver>=560,driver<561 brand=quadro,driver>=560,driver<561 brand=quadrortx,driver>=560,driver<561 brand=nvidiartx,driver>=560,driver<561 brand=vapps,driver>=560,driver<561 brand=vpc,driver>=560,driver<561 brand=vcs,driver>=560,driver<561 brand=vws,driver>=560,driver<561 brand=cloudgaming,driver>=560,driver<561 brand=unknown,driver>=565,driver<566 brand=grid,driver>=565,driver<566 brand=tesla,driver>=565,driver<566 brand=nvidia,driver>=565,driver<566 brand=quadro,driver>=565,driver<566 brand=quadrortx,driver>=565,driver<566 brand=nvidiartx,driver>=565,driver<566 brand=vapps,driver>=565,driver<566 brand=vpc,driver>=565,driver<566 brand=vcs,driver>=565,driver<566 brand=vws,driver>=565,driver<566 brand=cloudgaming,driver>=565,driver<566 brand=unknown,driver>=570,driver<571 brand=grid,driver>=570,driver<571 brand=tesla,driver>=570,driver<571 brand=nvidia,driver>=570,driver<571 brand=quadro,driver>=570,driver<571 brand=quadrortx,driver>=570,driver<571 brand=nvidiartx,driver>=570,driver<571 brand=vapps,driver>=570,driver<571 brand=vpc,driver>=570,driver<571 brand=vcs,driver>=570,driver<571 brand=vws,driver>=570,driver<571 brand=cloudgaming,driver>=570,driver<571
TORCH_CUDA_ARCH_LIST=7.0 7.5 8.0 8.9 9.0 10.0 12.0
NVIDIA_DRIVER_CAPABILITIES=compute,utility
VLLM_USAGE_SOURCE=production-docker-image
CUDA_VERSION=12.9.1
VLLM_ENABLE_CUDA_COMPATIBILITY=0
LD_LIBRARY_PATH=/usr/lib64
NVIDIA_CTK_LIBCUDA_DIR=/usr/lib64
PYTORCH_NVML_BASED_CUDA_CHECK=1
TORCHINDUCTOR_COMPILE_THREADS=1
TORCHINDUCTOR_CACHE_DIR=/tmp/torchinductor_root
</details>

🐛 Describe the bug

I am trying to run GLM-5.1-NVFP4 on 4x H200 like this

 vllm serve /vllm-workspace/models/GLM-5.1-NVFP4      --tensor-parallel-size 4      --speculative-config.method mtp      --speculative-config.num_speculative_tokens 3      --tool-call-parser glm47      --reasoning-parser glm45      --enable-auto-tool-choice      --chat-template-content-format=string      --served-model-name glm-5.1

Unfortunately, I encounter the following error:

(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP3 pid=1270) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP0 pid=1267) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
Loading safetensors checkpoint shards:  98% Completed | 83/85 [07:43<00:11,  5.58s/it]
(Worker_TP0 pid=1267)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP1 pid=1268) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] WorkerProc failed to start.
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] Traceback (most recent call last):
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 826, in worker_main
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     worker = WorkerProc(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 613, in __init__
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.worker.load_model()
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_worker.py", line 323, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model_runner.load_model(load_dummy_weights=load_dummy_weights)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/worker/gpu_model_runner.py", line 4760, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.drafter.load_model(self.model)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1254, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.model = self._get_model()
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                  ^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/spec_decode/eagle.py", line 1239, in _get_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     model = get_model(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]             ^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/__init__.py", line 138, in get_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return loader.load_model(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/base_loader.py", line 64, in load_model
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self.load_weights(model, model_config)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     return func(*args, **kwargs)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]            ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/model_loader/default_loader.py", line 381, in load_weights
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     loaded_weights = model.load_weights(self.get_all_weights(model_config, model))
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/models/deepseek_mtp.py", line 374, in load_weights
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     success = weight_loader(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]               ^^^^^^^^^^^^^^
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 1222, in weight_loader
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_model_weight_or_group_weight_scale(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 845, in _load_model_weight_or_group_weight_scale
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     self._load_w13(
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]   File "/usr/local/lib/python3.12/dist-packages/vllm/model_executor/layers/fused_moe/layer.py", line 917, in _load_w13
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857]     expert_data.copy_(loaded_weight)
(Worker_TP2 pid=1269) ERROR 04-28 07:10:22 [v1/executor/multiproc_executor.py:857] RuntimeError: The size of tensor a (3072) must match the size of tensor b (6144) at non-singleton dimension 1
(EngineCore pid=1212) DEBUG 04-28 07:10:22 [v1/executor/multiproc_executor.py:419] Worker Termination: allow workers to gracefully shutdown
[rank0]:[W428 07:10:26.657321932 ProcessGroupNCCL.cpp:1553] 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())
(EngineCore pid=1212) DEBUG 04-28 07:10:27 [v1/executor/multiproc_executor.py:424] Worker Termination: workers still running sending SIGTERM
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] EngineCore failed to start.
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] Traceback (most recent call last):
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     super().__init__(
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 114, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     self.model_executor = executor_class(vllm_config)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 101, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     super().__init__(vllm_config)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     return func(*args, **kwargs)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 103, in __init__
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     self._init_executor()
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 190, in _init_executor
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     self.workers = WorkerProc.wait_for_ready(unready_workers)
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 736, in wait_for_ready
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108]     raise e from None
(EngineCore pid=1212) ERROR 04-28 07:10:29 [v1/engine/core.py:1108] Exception: WorkerProc initialization failed due to an exception in a background process. See stack trace for root cause.
(EngineCore pid=1212) Process EngineCore:
(EngineCore pid=1212) Traceback (most recent call last):
(EngineCore pid=1212)   File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap
(EngineCore pid=1212)     self.run()
(EngineCore pid=1212)   File "/usr/lib/python3.12/multiprocessing/process.py", line 108, in run
(EngineCore pid=1212)     self._target(*self._args, **self._kwargs)
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1112, in run_engine_core
(EngineCore pid=1212)     raise e
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 1082, in run_engine_core
(EngineCore pid=1212)     engine_core = EngineCoreProc(*args, engine_index=dp_rank, **kwargs)
(EngineCore pid=1212)                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212)     return func(*args, **kwargs)
(EngineCore pid=1212)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 848, in __init__
(EngineCore pid=1212)     super().__init__(
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core.py", line 114, in __init__
(EngineCore pid=1212)     self.model_executor = executor_class(vllm_config)
(EngineCore pid=1212)                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 101, in __init__
(EngineCore pid=1212)     super().__init__(vllm_config)
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(EngineCore pid=1212)     return func(*args, **kwargs)
(EngineCore pid=1212)            ^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/abstract.py", line 103, in __init__
(EngineCore pid=1212)     self._init_executor()
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 190, in _init_executor
(EngineCore pid=1212)     self.workers = WorkerProc.wait_for_ready(unready_workers)
(EngineCore pid=1212)                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore pid=1212)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/executor/multiproc_executor.py", line 736, in wait_for_ready
(EngineCore pid=1212)     raise e from None
(EngineCore pid=1212) Exception: WorkerProc initialization failed due to an exception in a background process. See stack trace for root cause.
(APIServer pid=1151) DEBUG 04-28 07:10:29 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start.
(EngineCore pid=1212) DEBUG 04-28 07:10:30 [v1/executor/multiproc_executor.py:438] Triggering shutdown of workers
(APIServer pid=1151) DEBUG 04-28 07:10:39 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start.
(APIServer pid=1151) DEBUG 04-28 07:10:49 [v1/engine/utils.py:1047] Waiting for 1 local, 0 remote core engine proc(s) to start.
(APIServer pid=1151) Traceback (most recent call last):
(APIServer pid=1151)   File "/usr/local/bin/vllm", line 10, in <module>
(APIServer pid=1151)     sys.exit(main())
(APIServer pid=1151)              ^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/main.py", line 75, in main
(APIServer pid=1151)     args.dispatch_function(args)
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/cli/serve.py", line 122, in cmd
(APIServer pid=1151)     uvloop.run(run_server(args))
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 96, in run
(APIServer pid=1151)     return __asyncio.run(
(APIServer pid=1151)            ^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/asyncio/runners.py", line 195, in run
(APIServer pid=1151)     return runner.run(main)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
(APIServer pid=1151)     return self._loop.run_until_complete(task)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 48, in wrapper
(APIServer pid=1151)     return await main
(APIServer pid=1151)            ^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 672, in run_server
(APIServer pid=1151)     await run_server_worker(listen_address, sock, args, **uvicorn_kwargs)
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 686, in run_server_worker
(APIServer pid=1151)     async with build_async_engine_client(
(APIServer pid=1151)                ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=1151)     return await anext(self.gen)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 100, in build_async_engine_client
(APIServer pid=1151)     async with build_async_engine_client_from_engine_args(
(APIServer pid=1151)                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=1151)     return await anext(self.gen)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/entrypoints/openai/api_server.py", line 136, in build_async_engine_client_from_engine_args
(APIServer pid=1151)     async_llm = AsyncLLM.from_vllm_config(
(APIServer pid=1151)                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 225, in from_vllm_config
(APIServer pid=1151)     return cls(
(APIServer pid=1151)            ^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/async_llm.py", line 154, in __init__
(APIServer pid=1151)     self.engine_core = EngineCoreClient.make_async_mp_client(
(APIServer pid=1151)                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=1151)     return func(*args, **kwargs)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 130, in make_async_mp_client
(APIServer pid=1151)     return AsyncMPClient(*client_args)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/tracing/otel.py", line 178, in sync_wrapper
(APIServer pid=1151)     return func(*args, **kwargs)
(APIServer pid=1151)            ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 887, in __init__
(APIServer pid=1151)     super().__init__(
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/core_client.py", line 535, in __init__
(APIServer pid=1151)     with launch_core_engines(
(APIServer pid=1151)          ^^^^^^^^^^^^^^^^^^^^
(APIServer pid=1151)   File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__
(APIServer pid=1151)     next(self.gen)
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 998, in launch_core_engines
(APIServer pid=1151)     wait_for_engine_startup(
(APIServer pid=1151)   File "/usr/local/lib/python3.12/dist-packages/vllm/v1/engine/utils.py", line 1057, in wait_for_engine_startup
(APIServer pid=1151)     raise RuntimeError(
(APIServer pid=1151) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {}
/usr/lib/python3.12/multiprocessing/resource_tracker.py:279: UserWarning: resource_tracker: There appear to be 1 leaked shared_memory objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '

Since I didn't find anything similar yet, I am wondering, am I the only one experiencing this issue?

Best regards, Paul

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

extent analysis

TL;DR

The issue is likely caused by a tensor size mismatch in the fused_moe layer, which can be resolved by adjusting the model configuration or the input data.

Guidance

  1. Check the model configuration: Verify that the model configuration matches the expected input and output shapes.
  2. Verify the input data: Ensure that the input data has the correct shape and size to match the model's expectations.
  3. Adjust the tensor parallel size: Try adjusting the --tensor-parallel-size parameter to see if it resolves the issue.
  4. Check for software updates: Make sure that all dependencies, including PyTorch and the vllm library, are up-to-date.

Example

No specific code example is provided, as the issue is related to a specific model and configuration. However, the error message suggests that the issue is related to the fused_moe layer, which may require adjustments to the model configuration or input data.

Notes

The error message indicates a tensor size mismatch, which can be caused by a variety of factors, including incorrect model configuration, input data, or software versions. Resolving the issue may require a combination of adjustments to the model configuration, input data, and software dependencies.

Recommendation

Apply workaround: Adjust the model configuration and input data to match the expected shapes and sizes, and try adjusting the --tensor-parallel-size parameter to see if it resolves the issue. If the problem persists, consider seeking further assistance from the vllm community or documentation.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING