Instructions to use Qwen/Qwen3-Omni-30B-A3B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qwen/Qwen3-Omni-30B-A3B-Instruct with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Qwen/Qwen3-Omni-30B-A3B-Instruct") model = AutoModelForMultimodalLM.from_pretrained("Qwen/Qwen3-Omni-30B-A3B-Instruct") - Notebooks
- Google Colab
- Kaggle
fine tuning
#18
by rorosese - opened