Skip to content
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

actorder #16

Closed
wants to merge 17 commits into from
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ def compress(
update_layer_weight_quant_params,
)

observer = getattr(self.layer, "weight_observer", None)
observer.reset()
horheynm marked this conversation as resolved.
Show resolved Hide resolved
update_layer_weight_quant_params(self.layer, g_idx)
is_layer_updated_actorder = True

Expand Down