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

Fix warning message when running mp workload #6892

Merged
merged 1 commit into from
Apr 8, 2024

Conversation

JackCaoG
Copy link
Collaborator

@JackCaoG JackCaoG commented Apr 5, 2024

Currently all mp workload will throw a warning message of

/workspaces/dk3/pytorch/xla/torch_xla/core/xla_model.py:105: UserWarning: `devkind` argument is deprecated and will be removed in a future release.
  warnings.warn("`devkind` argument is deprecated and will be removed in a "

devkind is not doing anything now, it is better to fix this warning message in release. I have a similar pr targeting master too

@lsy323
Copy link
Collaborator

lsy323 commented Apr 7, 2024

The original PR also involves a few distributed tests. Do you intend to add the tests after other distributed PRs are backported?

@JackCaoG
Copy link
Collaborator Author

JackCaoG commented Apr 8, 2024

I intend to leave the distributed test part outside of the release branch.

@JackCaoG JackCaoG merged commit 954242f into r2.3 Apr 8, 2024
18 checks passed
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.

2 participants