-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[quant][graphmode] Rename graph mode quantization API from *_script
to *_jit
#40212
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: Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
…quantize_jit`" Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
💊 CI failures summary and remediationsAs of commit 07ad074 (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).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 13 times. |
…quantize_jit`" Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
… `*_script` to `*_jit`" Summary: based on discussions in #40198 Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D22144745](https://our.internmc.facebook.com/intern/diff/D22144745) [ghstack-poisoned]
quantize_jit
*_script
to *_jit
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
script_qconfig, | ||
prepare_jit, | ||
convert_jit, | ||
prepare_dynamic_jit, | ||
convert_dynamic_jit, | ||
fuse_conv_bn_jit, |
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: Can you put them in alphabetical order -- easier to find. Also, in my personal opinion having separate lines for import (instead of ()
) looks better :)
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.
Sure, will put them in alphabetical order, ()
has less things to type I think?
… `*_script` to `*_jit`" Summary: based on discussions in #40198 Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D22144745](https://our.internmc.facebook.com/intern/diff/D22144745) [ghstack-poisoned]
This pull request has been merged in b2f489d. |
Stack from ghstack:
*_script
to*_jit
#40212 [quant][graphmode] Rename graph mode quantization API from*_script
to*_jit
Summary:
based on discussions in #40198
Test Plan:
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: D22144745