Views
No views yet
The user query: {task}. Task progress ...1from transformers import Qwen3VLForConditionalGeneration, AutoProcessor
2
3model = Qwen3VLForConditionalGeneration.from_pretrained("xwk123/sft_appdelta_gui_agent")
4processor = AutoProcessor.from_pretrained("xwk123/sft_appdelta_gui_agent")