The PR referenced in documentation no longer exists

#37
by sabyari - opened

Hello,

The documentation suggests using below command to get the right transformers version:
pip install git+https://github.com/huggingface/transformers@f742a644ca32e65758c3adb36225aef1731bd2a8

This command is not working since yesterday, I tried installing transformer 4.51.1 which was released yesterday but the import command below doesn't work:

from transformers import Qwen2_5OmniModel, Qwen2_5OmniProcessor

any idea how to make this work?

Hi, our pull request has been merged into the main branch of transformers. You can try it with pip install git+https://github.com/huggingface/transformers.

xiongwang changed discussion status to closed

Hi, our pull request has been merged into the main branch of transformers. You can try it with pip install git+https://github.com/huggingface/transformers.

seems transformers main branch not works with this model repo。(config.json use "Qwen2_5OmniModel" architectures which is not implement in transformers main branch)

Your need to confirm your account before you can post a new comment.

Sign up or log in to comment