-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Jit save/load meta tensors #73435
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
Jit save/load meta tensors #73435
Conversation
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit b81a11f (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
This pull request was exported from Phabricator. Differential Revision: D34479511 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D34479511 |
houseroad
left a comment
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: Pull Request resolved: pytorch#73435 Add support for torch.jit.save and load for meta tensors to use in meta tensor based xl weights. Test Plan: ``` buck test //caffe2/test:jit && -- -r .*save_load_meta_tensors.* ``` Reviewed By: houseroad Differential Revision: D34479511 fbshipit-source-id: 29603c2df04288ddb697e2309e13c86e4bfd3036
|
This pull request was exported from Phabricator. Differential Revision: D34479511 |
Summary: Pull Request resolved: #73435 Add support for torch.jit.save and load for meta tensors to use in meta tensor based xl weights. Test Plan: ``` buck test //caffe2/test:jit && -- -r .*save_load_meta_tensors.* ``` Reviewed By: houseroad Differential Revision: D34479511 fbshipit-source-id: 117ccb12e9e427290a17297204508ec85495e3be
|
Hey @qxy11. |
Summary: Add support for torch.jit.save and load for meta tensors to use in meta tensor based xl weights.
Test Plan:
Differential Revision: D34479511