young-geng / EasyLM

Large language models (LLMs) made easy, EasyLM is a one stop solution for pre-training, finetuning, evaluating and serving LLMs in JAX/Flax.
Apache License 2.0
2.33k stars 247 forks source link

fix: fix bug not found config #96

Open pphuc25 opened 10 months ago

pphuc25 commented 10 months ago

Hi, I've noticed a bug when FLAGS.output is undefined. I presume it should be output_file, so I've made the necessary correction based on my assumption.

pphuc25 commented 10 months ago

I would like cc @young-geng to review my PR.