michalk8 commited on
Commit
7819fc7
·
verified ·
1 Parent(s): 33c4d02

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-large-patch14-336",
 
195
  )
196
  model = AutoModel.from_pretrained(
197
  "apple/aimv2-large-patch14-336",
 
198
  trust_remote_code=True,
199
  )
200
 
 
192
 
193
  processor = AutoImageProcessor.from_pretrained(
194
  "apple/aimv2-large-patch14-336",
195
+ revision="639423ae9f07319d24a7fc431b61908110d08d3a",
196
  )
197
  model = AutoModel.from_pretrained(
198
  "apple/aimv2-large-patch14-336",
199
+ revision="639423ae9f07319d24a7fc431b61908110d08d3a",
200
  trust_remote_code=True,
201
  )
202