-
Notifications
You must be signed in to change notification settings - Fork 608
Update README.md with TorchTune reference #2873
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/executorch/2873
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 1319500 with merge base 6219367 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@iseeyuan has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
tune run lora_finetune_single_device \ | ||
--config llama2/7B_lora_single_device \ | ||
checkpointer.checkpoint_dir=<path_to_checkpoint_folder> \ | ||
tokenizer.path=<path_to_checkpoint_folder>/tokenizer.model |
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.
nit: Should wrap this in a code block (sorry suggestions doesnt allow me to do that)
@iseeyuan has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: We'd estimate communities like to try ExecuTorch with their own tuned models. Add a reference to TorchTune so that users can use all PyTorch native support in the entire flow. Reviewed By: mergennachin, cccclai Differential Revision: D55807346 Pulled By: iseeyuan
6d61ecc
to
3b6a321
Compare
This pull request was exported from Phabricator. Differential Revision: D55807346 |
Summary: We'd estimate communities like to try ExecuTorch with their own tuned models. Add a reference to TorchTune so that users can use all PyTorch native support in the entire flow. Reviewed By: mergennachin, cccclai Differential Revision: D55807346 Pulled By: iseeyuan
3b6a321
to
1319500
Compare
This pull request was exported from Phabricator. Differential Revision: D55807346 |
We'd estimate communities like to try ExecuTorch with their own tuned models. Add a reference to TorchTune so that users can use all PyTorch native support in the entire flow.