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

Update engine.py to avoid torch warning #5408

Merged
merged 4 commits into from
Apr 16, 2024

Conversation

etiennebonnafoux
Copy link
Contributor

The state_dict function of module.py from torch write a warning if arguments are positional arguments and not keyword arguments

The state_dict function of module.py from torch write a warning if arguments are positional arguments and not keyword arguments
@loadams loadams enabled auto-merge April 16, 2024 18:34
@loadams loadams added this pull request to the merge queue Apr 16, 2024
Merged via the queue into microsoft:master with commit bc0f774 Apr 16, 2024
14 checks passed
@etiennebonnafoux etiennebonnafoux deleted the patch-1 branch April 16, 2024 20:53
rraminen pushed a commit to ROCm/DeepSpeed that referenced this pull request May 9, 2024
The state_dict function of module.py from torch write a warning if
arguments are positional arguments and not keyword arguments

---------

Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com>
Co-authored-by: ebonnafoux <ebonnafoux156@headmind.com>
umchand pushed a commit to umchand/DeepSpeed that referenced this pull request May 20, 2024
The state_dict function of module.py from torch write a warning if
arguments are positional arguments and not keyword arguments

---------

Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com>
Co-authored-by: ebonnafoux <ebonnafoux156@headmind.com>
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.

None yet

2 participants