Skip to content

Commit

Permalink
[NFC] polish colossalai/nn/metric/accuracy_2p5d.py code style (#1714)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shenggan authored and FrankLeeeee committed Oct 19, 2022
1 parent 9d0560a commit e1d7800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colossalai/nn/metric/accuracy_2p5d.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class Accuracy2p5D(nn.Module):
"""Accuracy for 2p5D parallelism
"""

def __init__(self):
super().__init__()

Expand Down

0 comments on commit e1d7800

Please sign in to comment.