You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After megatron training and convert to hf model, i want to infer using vllm, which meet problem when loading.
File "/python3.11/site-packages/vllm/model_executor/models/utils.py", line 250, in _load_module
raise ValueError(msg)
ValueError: There is no module or parameter named 'decoder' in Qwen3ForCausalLM
After model_merger.py process, the name of parameters changed.
The text was updated successfully, but these errors were encountered:
After megatron training and convert to hf model, i want to infer using vllm, which meet problem when loading.
File "/python3.11/site-packages/vllm/model_executor/models/utils.py", line 250, in _load_module
raise ValueError(msg)
ValueError: There is no module or parameter named 'decoder' in Qwen3ForCausalLM
After model_merger.py process, the name of parameters changed.
The text was updated successfully, but these errors were encountered: