Files
enginex-mlu370-vllm/vllm-v0.6.2/vllm/model_executor/models/transformers
Chranos c1b6f39a11 fix: pass lm_head to LogitsProcessor instead of calling forward()
In vLLM v0.6.2, ParallelLMHead.forward() raises RuntimeError since
its weights should be used through LogitsProcessor.linear_method.apply().
Pass lm_head as first arg to LogitsProcessor which handles the
hidden_states -> logits projection internally.
2026-02-06 15:05:49 +08:00
..
2026-02-06 15:05:48 +08:00
2026-02-06 15:05:49 +08:00
2026-02-06 15:05:48 +08:00
2026-02-06 15:05:48 +08:00
2026-02-06 15:05:49 +08:00