michalk8 commited on
Commit
0c75388
·
verified ·
1 Parent(s): 171bc97

Update README.md

Browse files

Add correct revision

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -195,6 +195,7 @@ processor = AutoImageProcessor.from_pretrained(
195
  )
196
  model = AutoModel.from_pretrained(
197
  "apple/aimv2-huge-patch14-224",
 
198
  trust_remote_code=True,
199
  )
200
 
 
195
  )
196
  model = AutoModel.from_pretrained(
197
  "apple/aimv2-huge-patch14-224",
198
+ revision="9e0bab0e0abb7b20796d2d0b37f39b7c3b1c1af1",
199
  trust_remote_code=True,
200
  )
201