Skip to content

fix ike_hparams loading#699

Merged
HaomingX merged 2 commits into
zjunlp:mainfrom
xwh12345-user:final
Jun 22, 2026
Merged

fix ike_hparams loading#699
HaomingX merged 2 commits into
zjunlp:mainfrom
xwh12345-user:final

Conversation

@xwh12345-user

Copy link
Copy Markdown
Contributor

This PR fixes multimodal post-merge compatibility issues around Qwen-VL utilities and IKE hparams loading.
Fixed IKEMultimodalHyperParams.from_hparams() so compact Qwen-VL IKE configs can load correctly.
- Missing legacy multimodal fields are filled during hparams loading.
- name defaults to model_name.
- model_parallel, use_chat_template, and template are explicitly supported.
- Unknown hparams keys now raise a clear ValueError.
Validation

  • Verified hparams loading for hparams/IKE/qwen3vl_4b.yaml.

  • Ran real-model multimodal editing smoke tests with Qwen3-VL-4B:

    • IKE: OK
    • LoRA: OK
    • GRACE: OK
    • WISE: OK
  • Ran real-model multimodal editing smoke tests with Qwen3.5-9B:

    • IKE: OK
    • LoRA: OK
    • GRACE: OK
    • WISE: OK

@HaomingX HaomingX merged commit fa28b62 into zjunlp:main Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants