Views
No views yet
bitsandbytes quantization, and stripping forced gradient checkpointing to resolve ROCm autograd graph breaks.<think> tags to reason about the visual state of the screen before executing strict JSON actions.1from peft import PeftModel
2from transformers import Qwen2_5_VLForConditionalGeneration
3
4# Note: This is a merged adapter containing BOTH the SFT base and the RL refinements
5model = Qwen2_5_VLForConditionalGeneration.from_pretrained("Qwen/Qwen2.5-VL-7B-Instruct", device_map="auto")
6model = PeftModel.from_pretrained(model, "ihaveadog/qwen25-vl-7b-browser-agent-v6-rl")