Instructions to use Qwen/Qwen2.5-Omni-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qwen/Qwen2.5-Omni-7B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("Qwen/Qwen2.5-Omni-7B") model = AutoModel.from_pretrained("Qwen/Qwen2.5-Omni-7B") - Notebooks
- Google Colab
- Kaggle
[Fine-tuning] ๐SFT/DPO/GRPO support!
#20
by study-hjt - opened
currently only the training of the thinker part is supported... (text/audio/image/video -> text)
study-hjt changed discussion title from ๐SFT/DPO/GRPO support! to [Fine-tuning] ๐SFT/DPO/GRPO support!