wassemgtk commited on
Commit
c85c323
·
verified ·
1 Parent(s): 16cb554

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -173,7 +173,7 @@ new_image.paste(image, (0, 0), image if image.mode == 'RGBA' else None)
173
 
174
  # Now you can pass the new_image to Palmyra_vision
175
  processor = AutoProcessor.from_pretrained(
176
- 'allenai/Palmyra_vision-7B-D-0924',
177
  trust_remote_code=True,
178
  torch_dtype='auto',
179
  device_map='auto'
 
173
 
174
  # Now you can pass the new_image to Palmyra_vision
175
  processor = AutoProcessor.from_pretrained(
176
+ 'Writer/palmyra-vision',
177
  trust_remote_code=True,
178
  torch_dtype='auto',
179
  device_map='auto'