-
Notifications
You must be signed in to change notification settings - Fork 224
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
Add countDownloads for Oasis #1007
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @julian-q for the PR :) I've made a few comments to address.
Before getting this merged, there should be at least one model listed on https://huggingface.co/models?other=open-oasis. To do that, you need to update the repo model card and add library_name: open-oasis
in the metadata section. This way, the Hub will be able to link your model to your library.
Co-authored-by: Lucain <[email protected]>
Co-authored-by: Lucain <[email protected]>
Co-authored-by: Lucain <[email protected]>
Fantastic, thank you so much for the fixes @Wauplin . I see the model in https://huggingface.co/models?other=open-oasis! Is everything good to merge now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good! Thanks for the quick changes 🤗
Hmm maybe we should add a "build" as required step before merging 🤔 ( |
This PR is intended to add download counting support for https://huggingface.co/Etched/oasis-500m. It matches
.pt
files in order to match both the autoencoder and the diffusion model.The relevant github repository (used for inferencing the model) is https://github.com/etched-ai/open-oasis.