Skip to content
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

fix: broken models #41

Merged
merged 2 commits into from
Mar 8, 2024
Merged

fix: broken models #41

merged 2 commits into from
Mar 8, 2024

Conversation

eloy-encord
Copy link
Contributor

Fixed bioclip model as we can use it directly from open_clip instead of HF. Also, the title of the apple model points to the right model now.

Wrote a small refactor to remove ambiguity in the model title and optional pretrained tag.

Known issues: eva-clip model wasn't found by title, we should investigate to confirm if this is because it requires additional customization.

Fixed `bioclip` model as we can use it directly from `open_clip` instead of HF. Also, the title of the apple model points to the right model now.

Wrote a small refactor to remove ambiguity in the model title and optional `pretrained` tag.

Known issues: `eva-clip` model can't be found by its name, we should look into this one.
Use model title in the cache folder instead of the source. We don't care much more about the separating by source than to be able to fetch, copy and delete individual models.
@eloy-encord eloy-encord merged commit 7562168 into main Mar 8, 2024
1 check passed
@eloy-encord eloy-encord deleted the eloy/fix-broken-models branch March 8, 2024 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants