vllm loaded with error

#1
by wac81 - opened

runtimeError: size_n = 96 is not divisible by tile_n_size = 64
[rank0]:[W711 12:04:14.202256912 ProcessGroupNCCL.cpp:1575] Warning: WARNING: destroy_process_group() was not called be
fore program exit, which can leak resources. For more info, please see https://pytorch.org/docs/stable/distributed.html
#shutdown (function operator())

but for qwen3.6-27 fp8 orgnal is OK

vllm== 0.21.0

BottleCapAI org

Hi, what is your hardware setup, please?

BottleCapAI org

Hi, we released a fix to the FP8 checkpoint which keeps the GDN linear-attention input projections (linear_attn.in_proj_a/b) in bf16 instead of FP8, which fixes the load crash on
Ampere/Ada GPUs. On Hopper it was working fine. It should also fix the MTP prediction issues.

Adamiros changed discussion status to closed

Sign up or log in to comment