Rauf Yagfarov

Results 13 comments of Rauf Yagfarov

Apparently due to [this](https://github.com/QwenLM/Qwen2.5-VL/issues/716) add_vision_id is ignored

I added vision ids just by replacing the chat template: ```python processor.chat_template = chat_template_old chat_template_new = "{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in...

How to set 'depth' properly ?