Skip to content

Commit

Permalink
dist init isort skip
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwen-sun committed Oct 18, 2024
1 parent ab32480 commit ed42f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchacc/dist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from .mesh import Mesh

from .parallel_module import ParallelModule
from .parallel_module import ParallelModule # isort: skip
from .dp import DataParallel
from .fsdp import FullyShardedDataParallel
from .spmd_fsdp import SpmdFullyShardedDataParallel
Expand Down

0 comments on commit ed42f2b

Please sign in to comment.