MergedColumnParallelLinear has no attribute 'data'

#1
by flaviusburca - opened

fails with vllm 0.27.1

Thanks for the report — could you share a bit more so we can pin it down?

  • the full traceback (the lines above the AttributeError)
  • your exact vllm serve command, including any --tensor-parallel-size / --speculative-config flags
  • GPU model, and your transformers version

For context on what we have already ruled out: on vLLM 0.27.1 this checkpoint loads and generates in four configurations on an RTX PRO 6000 (sm_120) — native FP8/NVFP4, the weight-only Marlin fallback (VLLM_TEST_FORCE_FP8_MARLIN=1, which is the path Ampere-class cards take), MTP speculative decoding, and a bare load with no extra flags. We also audited config.json against the tensors on disk using vLLM's own scheme-matching functions (should_ignore_layer / find_matched_target) across 42,833 modules, with no mismatches.

So this looks environment- or flag-specific rather than a defect in the weights, and the traceback would tell us which. If you are running with tensor parallelism we would especially like to know — that is the one dimension we cannot reproduce on a single-GPU host.

Sign up or log in to comment