michalk8 commited on
Commit
fcb5093
·
verified ·
1 Parent(s): 71e44d6

Fix missing revision

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -192,6 +192,7 @@ image = Image.open(requests.get(url, stream=True).raw)
192
 
193
  processor = AutoImageProcessor.from_pretrained(
194
  "apple/aimv2-large-patch14-224",
 
195
  )
196
  model = AutoModel.from_pretrained(
197
  "apple/aimv2-large-patch14-224",
 
192
 
193
  processor = AutoImageProcessor.from_pretrained(
194
  "apple/aimv2-large-patch14-224",
195
+ revision="ac764a25c832c7dc5e11871daa588e98e3cdbfb7",
196
  )
197
  model = AutoModel.from_pretrained(
198
  "apple/aimv2-large-patch14-224",