(vllm) [fanlf@2025-h3c-83 vllm]$ export AITER_ROCM_ARCH="gfx942"
export PYTORCH_ROCM_ARCH="gfx942"
export MORI_GPU_ARCHS="gfx942"
export VLLM_ROCM_USE_AITER=1
export TORCH_BLAS_PREFER_HIPBLASLT=1
export HIP_FORCE_DEV_KERNARG=1
(vllm) [fanlf@2025-h3c-83 vllm]$ vllm serve \
/pool/models/moonshotai/Kimi-K2.7 \
--served-model-name kimi \
--trust-remote-code \
--tensor-parallel-size 8 \
--mm-encoder-tp-mode data \
--max-model-len 262144 \
--gpu-memory-utilization 0.6 \
--port 8003 \
--host 0.0.0.0 \
--tool-call-parser kimi_k2 \
--enable-auto-tool-choice \
--reasoning-parser kimi_k2 \
--kv-cache-dtype fp8
(APIServer pid=204677) INFO 08-12 14:53:04 [api_utils.py:345]
(APIServer pid=204677) INFO 08-12 14:53:04 [api_utils.py:345] █ █ █▄ ▄█
(APIServer pid=204677) INFO 08-12 14:53:04 [api_utils.py:345] ▄▄ ▄█ █ █ █ ▀▄▀ █ version 0.27.0
(APIServer pid=204677) INFO 08-12 14:53:04 [api_utils.py:345] █▄█▀ █ █ █ █ model /pool/models/moonshotai/Kimi-K2.7
(APIServer pid=204677) INFO 08-12 14:53:04 [api_utils.py:345] ▀▀ ▀▀▀▀▀ ▀▀▀▀▀ ▀ ▀
(APIServer pid=204677) INFO 08-12 14:53:04 [api_utils.py:345]
(APIServer pid=204677) INFO 08-12 14:53:04 [api_utils.py:273] non-default args: {'model_tag': '/pool/models/moonshotai/Kimi-K2.7', 'enable_auto_tool_choice': True, 'tool_call_parser': 'kimi_k2', 'host': '0.0.0.0', 'port': 8003, 'model': '/pool/models/moonshotai/Kimi-K2.7', 'trust_remote_code': True, 'max_model_len': 262144, 'served_model_name': ['kimi'], 'reasoning_parser': 'kimi_k2', 'tensor_parallel_size': 8, 'gpu_memory_utilization': 0.6, 'kv_cache_dtype': 'fp8', 'mm_encoder_tp_mode': 'data'}
......
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] WorkerProc hit an exception.
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] Traceback (most recent call last):
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/v1/executor/multiproc_executor.py", line 1010, in worker_busy_loop
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] output = func(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/utils/_contextlib.py", line 124, in decorate_context
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return func(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/v1/worker/gpu_worker.py", line 517, in determine_available_memory
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] cudagraph_memory_estimate = self.model_runner.profile_cudagraph_memory()
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/utils/_contextlib.py", line 124, in decorate_context
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return func(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/v1/worker/gpu_model_runner.py", line 6732, in profile_cudagraph_memory
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] self._warmup_and_capture(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/v1/worker/gpu_model_runner.py", line 6935, in _warmup_and_capture
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] self._dummy_run(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/utils/_contextlib.py", line 124, in decorate_context
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return func(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/v1/worker/gpu_model_runner.py", line 6156, in _dummy_run
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] outputs = self.model(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/compilation/cuda_graph.py", line 254, in __call__
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self.runnable(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/nn/modules/module.py", line 1779, in _wrapped_call_impl
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self._call_impl(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/nn/modules/module.py", line 1790, in _call_impl
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return forward_call(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/model_executor/models/kimi_k25.py", line 454, in forward
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] hidden_states = self.language_model(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/nn/modules/module.py", line 1779, in _wrapped_call_impl
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self._call_impl(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/nn/modules/module.py", line 1790, in _call_impl
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return forward_call(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/model_executor/models/deepseek_v2.py", line 1899, in forward
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] hidden_states = self.model(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/compilation/decorators.py", line 520, in __call__
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self.aot_compiled_fn(self, *args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/_dynamo/aot_compile.py", line 224, in __call__
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self.fn(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/model_executor/models/deepseek_v2.py", line 1433, in forward
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] def forward(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/compilation/caching.py", line 217, in __call__
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self.optimized_call(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "<string>", line 502, in execution_fn
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "<string>", line 9, in __vllm_inlined_submods__2
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/_ops.py", line 1269, in __call__
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self._op(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/model_executor/layers/attention/kv_transfer_utils.py", line 40, in wrapper
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return func(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/model_executor/layers/attention/mla_attention.py", line 1254, in unified_mla_attention_with_output
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] layer.forward_impl(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/model_executor/layers/attention/mla_attention.py", line 919, in forward_impl
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] attn_out, lse = self.impl.forward_mqa(mqa_q, kv_cache, attn_metadata, self) # type: ignore[attr-defined]
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/v1/attention/backends/mla/rocm_aiter_mla.py", line 1093, in forward_mqa
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] mla_gluon(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/aiter/ops/triton/gluon/mla_gluon.py", line 865, in mla_gluon
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] arch_info.get_arch() == "gfx950"
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] AssertionError: mla_gluon requires gfx950 (CDNA4), got gfx942
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] Traceback (most recent call last):
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/v1/executor/multiproc_executor.py", line 1010, in worker_busy_loop
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] output = func(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/utils/_contextlib.py", line 124, in decorate_context
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return func(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/v1/worker/gpu_worker.py", line 517, in determine_available_memory
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] cudagraph_memory_estimate = self.model_runner.profile_cudagraph_memory()
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/utils/_contextlib.py", line 124, in decorate_context
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return func(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/v1/worker/gpu_model_runner.py", line 6732, in profile_cudagraph_memory
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] self._warmup_and_capture(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/v1/worker/gpu_model_runner.py", line 6935, in _warmup_and_capture
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] self._dummy_run(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/utils/_contextlib.py", line 124, in decorate_context
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return func(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/v1/worker/gpu_model_runner.py", line 6156, in _dummy_run
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] outputs = self.model(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/compilation/cuda_graph.py", line 254, in __call__
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self.runnable(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/nn/modules/module.py", line 1779, in _wrapped_call_impl
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self._call_impl(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/nn/modules/module.py", line 1790, in _call_impl
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return forward_call(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/model_executor/models/kimi_k25.py", line 454, in forward
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] hidden_states = self.language_model(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/nn/modules/module.py", line 1779, in _wrapped_call_impl
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self._call_impl(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/nn/modules/module.py", line 1790, in _call_impl
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return forward_call(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/model_executor/models/deepseek_v2.py", line 1899, in forward
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] hidden_states = self.model(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/compilation/decorators.py", line 520, in __call__
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self.aot_compiled_fn(self, *args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/_dynamo/aot_compile.py", line 224, in __call__
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self.fn(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/model_executor/models/deepseek_v2.py", line 1433, in forward
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] def forward(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/compilation/caching.py", line 217, in __call__
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self.optimized_call(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "<string>", line 502, in execution_fn
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "<string>", line 9, in __vllm_inlined_submods__2
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/torch/_ops.py", line 1269, in __call__
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return self._op(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/model_executor/layers/attention/kv_transfer_utils.py", line 40, in wrapper
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] return func(*args, **kwargs)
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/model_executor/layers/attention/mla_attention.py", line 1254, in unified_mla_attention_with_output
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] layer.forward_impl(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/model_executor/layers/attention/mla_attention.py", line 919, in forward_impl
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] attn_out, lse = self.impl.forward_mqa(mqa_q, kv_cache, attn_metadata, self) # type: ignore[attr-defined]
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/vllm/v1/attention/backends/mla/rocm_aiter_mla.py", line 1093, in forward_mqa
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] mla_gluon(
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] File "/home/fanlf/vllm/lib64/python3.12/site-packages/aiter/ops/triton/gluon/mla_gluon.py", line 865, in mla_gluon
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] arch_info.get_arch() == "gfx950"
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018] AssertionError: mla_gluon requires gfx950 (CDNA4), got gfx942
(Worker_TP7 pid=205643) ERROR 08-12 14:58:20 [multiproc_executor.py:1018]
[vllm-rocm.md.txt](https://github.com/user-attachments/files/30973739/vllm-rocm.md.txt)
Your current environment
The output of
python collect_env.py🐛 Describe the bug
Before submitting a new issue...