-
Notifications
You must be signed in to change notification settings - Fork 177
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
073 scripts for benchmarks #372
Conversation
HDCharles
commented
Jun 15, 2024
Summary: Added instructions for downloading model weights, and model weight download scripts. Test Plan: huggingface-cli login sh ./scripts/prepare.sh Reviewers: Subscribers: Tasks: Tags:
Summary: Test Plan: sh benchmarks.sh Reviewers: Subscribers: Tasks: Tags:
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/372
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit f0de569 with merge base bc2f8b7 (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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.
I think it would be nice if the model name could be passed as a command line parameter because then I can selectively download one at a time, but also it is just two commands so its not really a big deal either way
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.
you can use the download.py script to do that, prepare is supposed to be setup to directly handle the things we advertise as our benchmarks
* Instructions for downloading model weights Summary: Added instructions for downloading model weights, and model weight download scripts. Test Plan: huggingface-cli login sh ./scripts/prepare.sh Reviewers: Subscribers: Tasks: Tags: * updating paths to model checkpoint dir Summary: Test Plan: sh benchmarks.sh Reviewers: Subscribers: Tasks: Tags: * added checkpoints folder to git ignore --------- Co-authored-by: vayuda <120random.things@gmail.com>