Skip to content

Commit

Permalink
merge develop into feat/internlm2
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyang07 committed Feb 7, 2024
2 parents e2fbc6a + 99ee863 commit 2c37c3a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions internlm/model/linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,15 +309,6 @@ def __init__(
ColumnParallelLinearTorch,
RowParallelLinearTorch,
)
self.w3 = ColumnParallelLinearTorch(
in_features,
hidden_features,
process_group,
bias,
sequence_parallel=gpc.config.parallel.sequence_parallel,
device=device,
dtype=dtype,
)


class MegatronFeedForward(BaseFeedForward):
Expand Down

0 comments on commit 2c37c3a

Please sign in to comment.