Image-Text-to-Text
PEFT
Safetensors
gui-grounding
computer-use
qwen3-vl
Mixture of Experts
lora
selectground
Instructions to use ruotian/SelectGround-30B-A3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ruotian/SelectGround-30B-A3B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-VL-30B-A3B-Instruct") model = PeftModel.from_pretrained(base_model, "ruotian/SelectGround-30B-A3B") - Notebooks
- Google Colab
- Kaggle