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

automatize huggingface upload + change ViT defaults #233

Merged
merged 4 commits into from
May 6, 2023
Merged

Conversation

CarloLucibello
Copy link
Member

Fix #232

Also updates the torchvision conversion script to serialize with JLD2 the state from Flux.state instead of the full model.

I have already uploaded the model states to huggingface
https://huggingface.co/FluxML

@darsnack
Copy link
Member

darsnack commented May 6, 2023

I don't the HF uploads are in the right format for Artifacts to work. Steps 3+ in the contributing guide need to be followed to create the tarball, get the SHAs/URLs, and update the Artifacts.toml in this PR.

Otherwise looks good.

@CarloLucibello CarloLucibello changed the title change ViT defaults automatize huggingface upload + change ViT defaults May 6, 2023
@CarloLucibello
Copy link
Member Author

added a script automatizing the huggingface uploads and regenerated Artifacts.toml (preserving also the old artifacts for the time being)

@CarloLucibello CarloLucibello merged commit af70c18 into master May 6, 2023
@CarloLucibello CarloLucibello deleted the cl/vit2 branch July 17, 2023 05:52
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.

change ViT constructor's defaults
2 participants