Update README.md
Browse filesAdd correct revision for PyTorch
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 |
|