michalk8 commited on
Commit
3501a91
·
verified ·
1 Parent(s): 0d704ad

Fix missing revision

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -192,9 +192,11 @@ image = Image.open(requests.get(url, stream=True).raw)
192
 
193
  processor = AutoImageProcessor.from_pretrained(
194
  "apple/aimv2-3B-patch14-448",
 
195
  )
196
  model = AutoModel.from_pretrained(
197
  "apple/aimv2-3B-patch14-448",
 
198
  trust_remote_code=True,
199
  )
200
 
 
192
 
193
  processor = AutoImageProcessor.from_pretrained(
194
  "apple/aimv2-3B-patch14-448",
195
+ revision="70810b618e4456b724bacc8ef4d2d038060ceda6",
196
  )
197
  model = AutoModel.from_pretrained(
198
  "apple/aimv2-3B-patch14-448",
199
+ revision="70810b618e4456b724bacc8ef4d2d038060ceda6",
200
  trust_remote_code=True,
201
  )
202