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
|
||||||
|
@ -163,4 +162,4 @@ monitor = dict(
|
||||||
feishu_alert_address=None, # feishu webhook to send alert message
|
feishu_alert_address=None, # feishu webhook to send alert message
|
||||||
light_monitor_address=None, # light_monitor address to send heartbeat
|
light_monitor_address=None, # light_monitor address to send heartbeat
|
||||||
),
|
),
|
||||||
)
|
)
|
Loading…
Reference in New Issue