deprecated datetime.utcnow() fix and _RendezvousJoinOp module initiation bug fix#136141
deprecated datetime.utcnow() fix and _RendezvousJoinOp module initiation bug fix#136141AminAlam wants to merge 12 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/136141
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 556e8a8 with merge base 52c917b ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
LGTM. One thing to note is the below files also contain |
kwen2501
left a comment
There was a problem hiding this comment.
LGTM. If CI is happy, please go ahead and land it.
As type of state.deadline is always datetime.datetime (if not None), the cast to datetime.datetime was redundant and therefore removed
|
@pytorchbot merge |
Merge startedYour 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 |
Merge failedReason: 1 mandatory check(s) failed. The first few are: Dig deeper by viewing the failures on hud |
Merge startedYour 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 |
Merge failedReason: Comment with id 2370374146 not found Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge |
Merge startedYour 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 |
…ion bug fix (pytorch#136141) Fix to pytorch#136140 Pull Request resolved: pytorch#136141 Approved by: https://github.com/kwen2501
Fix to #136140
cc @XilunWu @H-Huang @awgu @kwen2501 @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @c-p-i-o