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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Open-source Fine-tuning script of Qwen2.5-Omni 7B ๐
#29
by hiyouga - opened
LlamaFactory now supports fine-tuning the Qwen2.5-Omni model using FFT & LoRA training, we provide training and inference demo along with our no-code Web UI!
Try it out at https://github.com/hiyouga/LLaMA-Factory/pull/7537 ๐ค
=unsloth most important !
ะัะธะฒะตัะธะบ
This comment has been hidden (marked as Off-Topic)
hiyouga changed discussion title from Open-soure Fine-tuning script of Qwen2.5-Omni 7B ๐ to Open-source Fine-tuning script of Qwen2.5-Omni 7B ๐
Can we finetune for tool calling ?
