Update README.md (Fix the Code)

#2
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ from qwen_vl_utils import process_vision_info
56
 
57
  # Load the merged model
58
  model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
59
- "YOUR_REPO_NAME/Qwen3-VL-1B-Merged",
60
  torch_dtype="auto",
61
  device_map="auto"
62
  )
 
56
 
57
  # Load the merged model
58
  model = Qwen2_5_VLForConditionalGeneration.from_pretrained(
59
+ "Qwen3-VL-1B-Merged/Qwen3-VL-1B-Merged",
60
  torch_dtype="auto",
61
  device_map="auto"
62
  )