Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix the config file unclose (NVIDIA#268)
We have a runtime checker, and it report: ``` ResourceWarning: unclosed file <_io.TextIOWrapper name='deepspeed_config_13B.json' mode='r' encoding='utf-8'> open(args.deepspeed_config, 'r', encoding='utf-8')) ``` Because when json.load(open()), it never close.
- Loading branch information