Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tocean committed Jan 10, 2024
1 parent 6ffc5c1 commit 5ea7679
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion msamp/fsdp/flat_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import torch
import torch.nn as nn
import torch.distributed as dist
from torch.distributed.fsdp.flat_param import FlatParamHandle


Expand Down
2 changes: 1 addition & 1 deletion tests/fsdp/test_fsdp_replacer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

import torch
import torch.nn as nn
from tests.helper import decorator

from tests.helper import decorator
from msamp.fsdp import FsdpReplacer


Expand Down

0 comments on commit 5ea7679

Please sign in to comment.