-
Notifications
You must be signed in to change notification settings - Fork 606
allow dummy_llama2 script to take real checkpoint/params #2588
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/2588
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New Failures, 1 Unrelated FailureAs of commit a0ee1b8 with merge base ef21787 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D55172497 |
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
Summary: In this way we can pass the checkpoint/params to the script ``` python3.10 dummy_llama2.py -b artifact/ -m SM8650 --checkpoint /home/chenlai/qualcomm/meta-llama-mldemos-examples/models/stories110M/stories110M.pt --params /home/chenlai/qualcomm/meta-llama-mldemos-examples/models/stories110M/params.json ``` Differential Revision: D55172497
c383437
to
62fbdd5
Compare
This pull request was exported from Phabricator. Differential Revision: D55172497 |
Summary: In this way we can pass the checkpoint/params to the script ``` python3.10 dummy_llama2.py -b artifact/ -m SM8650 --checkpoint /home/chenlai/qualcomm/meta-llama-mldemos-examples/models/stories110M/stories110M.pt --params /home/chenlai/qualcomm/meta-llama-mldemos-examples/models/stories110M/params.json ``` Reviewed By: kirklandsign Differential Revision: D55172497
62fbdd5
to
325edb9
Compare
This pull request was exported from Phabricator. Differential Revision: D55172497 |
Summary: In this way we can pass the checkpoint/params to the script ``` python3.10 dummy_llama2.py -b artifact/ -m SM8650 --checkpoint /home/chenlai/qualcomm/meta-llama-mldemos-examples/models/stories110M/stories110M.pt --params /home/chenlai/qualcomm/meta-llama-mldemos-examples/models/stories110M/params.json ``` Reviewed By: kirklandsign Differential Revision: D55172497
325edb9
to
b7eaade
Compare
This pull request was exported from Phabricator. Differential Revision: D55172497 |
Summary: bypass-github-pytorch-ci-checks In this way we can pass the checkpoint/params to the script ``` python3.10 dummy_llama2.py -b artifact/ -m SM8650 --checkpoint /home/chenlai/qualcomm/meta-llama-mldemos-examples/models/stories110M/stories110M.pt --params /home/chenlai/qualcomm/meta-llama-mldemos-examples/models/stories110M/params.json ``` Reviewed By: kirklandsign Differential Revision: D55172497
b7eaade
to
a0ee1b8
Compare
This pull request was exported from Phabricator. Differential Revision: D55172497 |
This pull request has been merged in e603f4f. |
Summary:
In this way we can pass the checkpoint/params to the script
Differential Revision: D55172497