-
Notifications
You must be signed in to change notification settings - Fork 626
Remove repo download restrictions #517
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/torchtune/517
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit b5524e8 with merge base e164402 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
✅ Deploy Preview for torchtune-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Can we have a warning or note added to the documentation and/or README that explicitly says "hey you can download whatever you want from the hub, but that's no guarantee that it'll work with our conversion script and by extension, finetuning framework" |
@joecummings Done! |
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.
lgtm!
…ch#516) Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * pytorch#473 * pytorch#517 * __->__ pytorch#516 Allows PP to be used without a seed checkpoint by calling `init_weight` on each model part. This is the solution in step 1 of pytorch/torchtitan#514 proposed by @wconstab
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * pytorch#473 * __->__ pytorch#517 * pytorch#516 Ran `pre-commit run --all-files`
Context
After the updates to the checkpointer in #442, #494, and #506, the restrictions in our download script no longer make sense. Removing these here
Changelog
--repo-id
Test plan