-
Notifications
You must be signed in to change notification settings - Fork 224
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
Update calls to quantize_
everywhere
#496
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/496
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit 206eaa8 with merge base 05038a1 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
scripts/sam/eval_combo.py
Outdated
@@ -316,7 +316,7 @@ def mlp_only(mod, name): | |||
apply_fake_sparsity(predictor.model.image_encoder, | |||
filter_fn=mlp_only) | |||
|
|||
predictor.model.image_encoder = quantize(predictor.model.image_encoder, | |||
predictor.model.image_encoder = quantize_(predictor.model.image_encoder, |
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.
actually this is making it unclear if the API is in place or not, same comment will apply to the whole repo
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.
oh it should be inplace, will update
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.
see inline
Summary: att Test Plan: CI Reviewers: Subscribers: Tasks: Tags:
45fcca7
to
206eaa8
Compare
Summary: att Test Plan: CI Reviewers: Subscribers: Tasks: Tags:
…rch#506) This reverts commit f65b53f42c3b6e304d9fe31d4d7edefc4b8eae7c as it just contains a typo.
Summary:
att
Test Plan:
CI
Reviewers:
Subscribers:
Tasks:
Tags: