-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[quant][graphmode][fix] cloning schema in insert_observers #40624
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
Summary: Previously we didn't clone schema, so the default schema is used, this is causing issue for some models Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 85541a3 (more details on the Dr. CI page):
Extra GitHub checks: 1 failed
This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group. This comment has been revised 14 times. |
Summary: Previously we didn't clone schema, so the default schema is used, this is causing issue for some models Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D22259519](https://our.internmc.facebook.com/intern/diff/D22259519) [ghstack-poisoned]
vkuzo
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.
makes sense. What was the error, just for own learning?
forward function with default args failed to run after insert observers, I guess this info is probably in the schema. btw, please take a look at the next PR as well, that is a fix for another model. |
Summary: Previously we didn't clone schema, so the default schema is used, this is causing issue for some models Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D22259519](https://our.internmc.facebook.com/intern/diff/D22259519) [ghstack-poisoned]
Summary: Previously we didn't clone schema, so the default schema is used, this is causing issue for some models Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D22259519](https://our.internmc.facebook.com/intern/diff/D22259519) [ghstack-poisoned]
Summary: Previously we didn't clone schema, so the default schema is used, this is causing issue for some models Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D22259519](https://our.internmc.facebook.com/intern/diff/D22259519) [ghstack-poisoned]
Summary: Previously we didn't clone schema, so the default schema is used, this is causing issue for some models Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D22259519](https://our.internmc.facebook.com/intern/diff/D22259519) [ghstack-poisoned]
Summary: Previously we didn't clone schema, so the default schema is used, this is causing issue for some models Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D22259519](https://our.internmc.facebook.com/intern/diff/D22259519) [ghstack-poisoned]
|
This pull request has been merged in 0309f6a. |
Summary: Pull Request resolved: #40624 Previously we didn't clone schema, so the default schema is used, this is causing issue for some models Test Plan: Imported from OSS Differential Revision: D22259519 fbshipit-source-id: e2a393a54cb18f55da0c7152a74ddc22079ac350
Summary: Pull Request resolved: #40624 Previously we didn't clone schema, so the default schema is used, this is causing issue for some models Test Plan: Imported from OSS Differential Revision: D22259519 fbshipit-source-id: e2a393a54cb18f55da0c7152a74ddc22079ac350
Stack from ghstack:
Summary:
Previously we didn't clone schema, so the default schema is used, this is
causing issue for some models
Test Plan:
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: D22259519