epfLLM / Megatron-LLM

distributed trainer for LLMs
Other
504 stars 73 forks source link

Add eval-only arguments and W&B resume options #75

Closed eric11eca closed 8 months ago

eric11eca commented 9 months ago
kylematoba commented 9 months ago

Just so we have a natural language record: it seems like

eval_only is a synonym for do_train = False; do_valid = False; do_test = True.

AleHD commented 9 months ago

Do we need to merge meditron_run scripts?

eric11eca commented 9 months ago

Do we need to merge meditron_run scripts?

Nope, somehow they were in the commit as well...

AleHD commented 8 months ago

Closing in favor of #87.