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

Update README.md

Browse files

Add correct revision for PyTorch

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-large-patch14-224",
 
198
  trust_remote_code=True,
199
  )
200
 
 
195
  )
196
  model = AutoModel.from_pretrained(
197
  "apple/aimv2-large-patch14-224",
198
+ revision="ac764a25c832c7dc5e11871daa588e98e3cdbfb7",
199
  trust_remote_code=True,
200
  )
201