-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[PyTorchEdge] Start writing magic to flatbuffer output #74084
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
Now that the schema includes a magic file header string, write it to the flatbuffer data generated by `flatbuffer_serializer`. Differential Revision: [D34809318](https://our.internmc.facebook.com/intern/diff/D34809318/) [ghstack-poisoned]
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit c8b591a (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. |
CI Flow Status⚛️ CI FlowRuleset - Version:
|
Now that the schema includes a magic file header string, write it to the flatbuffer data generated by `flatbuffer_serializer`. Differential Revision: [D34809318](https://our.internmc.facebook.com/intern/diff/D34809318/) ghstack-source-id: 151109277 Pull Request resolved: #74084
pavithranrao
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
iseeyuan
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: #74084 Now that the schema includes a magic file header string, write it to the flatbuffer data generated by `flatbuffer_serializer`. ghstack-source-id: 151109277 Test Plan: A later diff in this stack (D34408538) tests that the output data contains the magic header. Reviewed By: pavithranrao Differential Revision: D34809318 fbshipit-source-id: edb45d57e56fa4b30675eb9ce6e4e258abfd5417
|
Hey @dbort. |
Stack from ghstack (oldest at bottom):
Now that the schema includes a magic file header string, write it to the flatbuffer data generated by
flatbuffer_serializer.Differential Revision: D34809318