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
Short explainer video and a collab demo
#10
by ritheshSree - opened
Thank You for the wonderful model
I have created a short explainer video and a collab demo:
https://youtu.be/_6qTrWD6wPA
Colab notebook: https://colab.research.google.com/drive/1qLs_sECFwueztiUJORJriy4jVnC1lEVA?usp=sharing
Thank you for your demo~~