Fix missing revision
Browse files
README.md
CHANGED
|
@@ -35,9 +35,11 @@ image = Image.open(requests.get(url, stream=True).raw)
|
|
| 35 |
|
| 36 |
processor = AutoImageProcessor.from_pretrained(
|
| 37 |
"apple/aimv2-large-patch14-224-distilled",
|
|
|
|
| 38 |
)
|
| 39 |
model = AutoModel.from_pretrained(
|
| 40 |
"apple/aimv2-large-patch14-224-distilled",
|
|
|
|
| 41 |
trust_remote_code=True,
|
| 42 |
)
|
| 43 |
|
|
|
|
| 35 |
|
| 36 |
processor = AutoImageProcessor.from_pretrained(
|
| 37 |
"apple/aimv2-large-patch14-224-distilled",
|
| 38 |
+
revision="d6d09b071e8ba31735c5e05ccd4b2a393020ce90",
|
| 39 |
)
|
| 40 |
model = AutoModel.from_pretrained(
|
| 41 |
"apple/aimv2-large-patch14-224-distilled",
|
| 42 |
+
revision="d6d09b071e8ba31735c5e05ccd4b2a393020ce90",
|
| 43 |
trust_remote_code=True,
|
| 44 |
)
|
| 45 |
|