Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kill switch] fix test #268

Merged
merged 1 commit into from
Mar 18, 2022
Merged

[kill switch] fix test #268

merged 1 commit into from
Mar 18, 2022

Conversation

stas00
Copy link
Contributor

@stas00 stas00 commented Mar 18, 2022

Fixes the test after changing the behavior of kill switch #266

@stas00 stas00 merged commit 26feccc into main Mar 18, 2022
@stas00 stas00 deleted the kill-switch-2-test branch March 18, 2022 01:24
adammoody pushed a commit to adammoody/Megatron-DeepSpeed that referenced this pull request Dec 18, 2023
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant