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-native",
|
|
|
38 |
)
|
39 |
model = AutoModel.from_pretrained(
|
40 |
"apple/aimv2-large-patch14-native",
|
|
|
41 |
trust_remote_code=True,
|
42 |
)
|
43 |
|
|
|
35 |
|
36 |
processor = AutoImageProcessor.from_pretrained(
|
37 |
"apple/aimv2-large-patch14-native",
|
38 |
+
revision="cfe7bdbbc924a5f65272d5e2c27fe5f61771a629",
|
39 |
)
|
40 |
model = AutoModel.from_pretrained(
|
41 |
"apple/aimv2-large-patch14-native",
|
42 |
+
revision="cfe7bdbbc924a5f65272d5e2c27fe5f61771a629",
|
43 |
trust_remote_code=True,
|
44 |
)
|
45 |
|