Skip to content

Commit cb6284f

Browse files
aparna-aketifacebook-github-bot
authored andcommitted
fixing lint errors (#760)
Summary: Pull Request resolved: #760 Fixing the lint errors of D74334633 Reviewed By: HuanyuZhang Differential Revision: D74656618 fbshipit-source-id: 85363cc06a05c3ac96c4afb7f63d99dd347c8a2b
1 parent dbb5367 commit cb6284f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opacus/grad_sample/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
from .gsm_exp_weights import GradSampleModuleExpandedWeights
2828
from .gsm_no_op import GradSampleModuleNoOp
2929
from .instance_norm import compute_instance_norm_grad_sample # noqa
30-
from .rms_norm import compute_rms_norm_grad_sample # noqa
3130
from .layer_norm import compute_layer_norm_grad_sample # noqa
3231
from .linear import compute_linear_grad_sample # noqa
32+
from .rms_norm import compute_rms_norm_grad_sample # noqa
3333
from .utils import (
3434
get_gsm_class,
3535
register_grad_sampler,

0 commit comments

Comments
 (0)