prithivMLmods commited on
Commit
f862f11
·
verified ·
1 Parent(s): e5fd36c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -38,10 +38,10 @@ from qwen_vl_utils import process_vision_info
38
  import torch
39
 
40
  model = Qwen3VLForConditionalGeneration.from_pretrained(
41
- "prithivMLmods/Qwen3-VL-4B-Thinking-abliterated", torch_dtype="auto", device_map="auto"
42
  )
43
 
44
- processor = AutoProcessor.from_pretrained("prithivMLmods/Qwen3-VL-4B-Thinking-abliterated")
45
 
46
  messages = [
47
  {
 
38
  import torch
39
 
40
  model = Qwen3VLForConditionalGeneration.from_pretrained(
41
+ "prithivMLmods/Qwen3-VL-4B-Thinking-abliterated-v1", torch_dtype="auto", device_map="auto"
42
  )
43
 
44
+ processor = AutoProcessor.from_pretrained("prithivMLmods/Qwen3-VL-4B-Thinking-abliterated-v1")
45
 
46
  messages = [
47
  {