weight name not matched on vllm

#2
by hnhyzz - opened

vllm reports:

(EngineCore pid=979) File "/workspace/vllm/models/deepseek_v4/amd/model.py", line 860, in load_weights
(EngineCore pid=979) param = params_dict[name]
(EngineCore pid=979) ~~~~~~~~~~~^^^^^^
(EngineCore pid=979) KeyError: 'hc_head.hc_base'
Loading safetensors checkpoint shards: 0% Completed | 0/1 [00:00<?, ?it/s]

vllm expects the weight names to be hc_head_base.
Other weight names are also incorrect.

hnhyzz changed discussion status to closed

Sign up or log in to comment