Fix missing revision
Browse files
README.md
CHANGED
@@ -33,9 +33,11 @@ text = ["Picture of a dog.", "Picture of a cat.", "Picture of a horse."]
|
|
33 |
|
34 |
processor = AutoProcessor.from_pretrained(
|
35 |
"apple/aimv2-large-patch14-224-lit",
|
|
|
36 |
)
|
37 |
model = AutoModel.from_pretrained(
|
38 |
"apple/aimv2-large-patch14-224-lit",
|
|
|
39 |
trust_remote_code=True,
|
40 |
)
|
41 |
|
|
|
33 |
|
34 |
processor = AutoProcessor.from_pretrained(
|
35 |
"apple/aimv2-large-patch14-224-lit",
|
36 |
+
revision="c2cd59a786c4c06f39d199c50d08cc2eab9f8605",
|
37 |
)
|
38 |
model = AutoModel.from_pretrained(
|
39 |
"apple/aimv2-large-patch14-224-lit",
|
40 |
+
revision="c2cd59a786c4c06f39d199c50d08cc2eab9f8605",
|
41 |
trust_remote_code=True,
|
42 |
)
|
43 |
|