Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yingtongxiong committed Sep 4, 2023
1 parent 8a4e650 commit 720e4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internlm/model/linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from flash_attn.utils.distributed import all_reduce, reduce_scatter
from torch import nn

from internlm.core.context import IS_TENSOR_PARALLEL, ParallelMode
from internlm.core.context import ParallelMode
from internlm.core.context import global_context as gpc
from internlm.model.utils import fused_dense_func_torch

Expand Down

0 comments on commit 720e4c8

Please sign in to comment.