Skip to content

Commit

Permalink
restore the config
Browse files Browse the repository at this point in the history
  • Loading branch information
yingtongxiong committed Aug 30, 2023
1 parent 4fb9d89 commit 3e8d42c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions configs/7B_sft.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,8 @@
tensor parallel: tensor parallel size, usually the number of GPUs per node.
"""
parallel = dict(
zero1=-1,
tensor=2,
# pipeline=dict(size=2, interleaved_overlap=True),
zero1=8,
pipeline=dict(size=1, interleaved_overlap=True),
sequence_parallel=False,
)

Expand Down

0 comments on commit 3e8d42c

Please sign in to comment.