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.38k stars 254 forks source link

fix bug on config convert_checkpoint #95

Closed pphuc25 closed 1 year ago

pphuc25 commented 1 year 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 1 year ago

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