lim4349 commited on
Commit
6aada55
·
verified ·
1 Parent(s): cadac78

Update README.md

Browse files

Remove duplicated qwen path

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -93,7 +93,7 @@ model = Qwen3VLForConditionalGeneration.from_pretrained(
93
  # device_map="auto",
94
  # )
95
 
96
- processor = AutoProcessor.from_pretrained("Qwen/Qwen/Qwen3-VL-8B-Instruct")
97
 
98
  messages = [
99
  {
 
93
  # device_map="auto",
94
  # )
95
 
96
+ processor = AutoProcessor.from_pretrained("Qwen/Qwen3-VL-8B-Instruct")
97
 
98
  messages = [
99
  {