Upload Qwen2_5_VLForConditionalGeneration
#2
by
albertvillanova
HF Staff
- opened
This PR required to override twice the rope_scaling
config parameter:
config.text_config.rope_scaling["mrope_section"] = [2]
config.rope_scaling["mrope_section"] = [2]
See discussion in: https://github.com/huggingface/trl/pull/4101#issuecomment-3305880106
albertvillanova
changed pull request status to
merged