Unable to import Qwen3OmniMoeForConditionalGeneration and Qwen3OmniMoeProcessor

#6
by Shashank14 - opened

I updated transformers version but still having import issues.

ImportError: cannot import name 'Qwen3OmniMoeForConditionalGeneration' from 'transformers' (/usr/local/lib/python3.10/dist-packages/transformers/init.py)

Version: 4.57.0.dev0

Did you solve the problem?

Solution:
pip install git+https://github.com/huggingface/transformers

pip uninstall transformers
pip install git+https://github.com/huggingface/transformers

Sign up or log in to comment