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

Merge the pyi files into py files of optimizer #125153

Closed
wants to merge 7 commits into from

Conversation

david20571015
Copy link
Contributor

Merge the interfaces in pyi files into py files in torch/optim.

In `torch.optim.optimizer.py::_group_tensors_by_device_and_dtype`,
there are always tensors in `TensorListList`, so the type of
`TensorListList` should be `List[List[Tensor]]` instead of
`List[List[Optional[Tensor]]]`.
Copy link

pytorch-bot bot commented Apr 29, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/125153

Note: Links to docs will display an error until the docs builds have been completed.

✅ You can merge normally! (1 Unrelated Failure)

As of commit dfd0e61 with merge base 06b845d (image):

FLAKY - The following job failed but was likely due to flakiness present on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@david20571015
Copy link
Contributor Author

david20571015 commented Apr 29, 2024

Hello reviewers, I am going to merge all interfaces in torch/optim. Currently, I have only merged one (torch/optim/adadelta.py). Could you please take a look at it? I will continue merging in this PR if everything is fine. Thanks.

@david20571015 david20571015 marked this pull request as ready for review April 29, 2024 22:25
Copy link
Contributor

@janeyx99 janeyx99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for taking this on, reviewed!

torch/optim/adadelta.py Outdated Show resolved Hide resolved
@cpuhrsch cpuhrsch added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Apr 30, 2024
Copy link
Contributor

@janeyx99 janeyx99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!!

@janeyx99
Copy link
Contributor

janeyx99 commented May 2, 2024

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label May 2, 2024
@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/trunk Trigger trunk jobs on your pull request Merged open source release notes: optim triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants