-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the eva_giant_patch14_224
model no longer available?
#586
Comments
@EIFY what version of timm do you have installed? eva clips need a recent timm... FYI I can run eval just fine on EVA01-g-14 from the main branch w/ timm 0.9.5 installed, but any 0.9.x timm should be fine. |
@rwightman I was running open_clip/requirements-test.txt Line 4 in 67e5e5e
and updating to timm==0.9.5 indeed solved the issue. Perhaps we should change the pinned timm version in requirements-test.txt ? Past that the test suite still failed due to the test_inference_simple[roberta-ViT-B-32-laion2b_s12b_b32k-False-False] error
Just like #584, but that's a separate issue. |
@rwightman I went ahead and put out a PR to update timm in requirements. Could you take a look? #601 |
I just followed the instructions to
make install-test
andmake test
, but then I got the following error:As one can see, tests up to that point passed.
The text was updated successfully, but these errors were encountered: