mirror of https://github.com/InternLM/InternLM
update 7B-sft.py
parent
9a1bd616d0
commit
00478761f7
|
@ -150,7 +150,6 @@ parallel = dict(
|
||||||
tensor=1,
|
tensor=1,
|
||||||
pipeline=dict(size=1, interleaved_overlap=True),
|
pipeline=dict(size=1, interleaved_overlap=True),
|
||||||
sequence_parallel=False,
|
sequence_parallel=False,
|
||||||
expert=2,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
cudnn_deterministic = False
|
cudnn_deterministic = False
|
||||||
|
|
Loading…
Reference in New Issue