Skip to content

Conversation

@pytorch-bot
Copy link

pytorch-bot bot commented Jul 18, 2023

🔗 Helpful Links

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

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

✅ 1 Unrelated Failure

As of commit 7320a0c:

UNSTABLE - The following job failed but was likely due to flakiness present on trunk and has been marked as unstable:

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

Copy link
Member

@aaronenyeshi aaronenyeshi left a comment

Choose a reason for hiding this comment

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

profiler changes LGTM, please take a look at lint issues

for size1, size2 in zip(reversed(mdbs), reversed(cdbs)):
if size1 != 1 and size2 != 1 and size1 != size2:
raise ValueError("`mixture_distribution.batch_shape` ({0}) is not "
raise ValueError("`mixture_distribution.batch_shape` ({}) is not "
Copy link
Contributor

Choose a reason for hiding this comment

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

why not use an fstring here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

kc = self._component_distribution.batch_shape[-1]
if km is not None and kc is not None and km != kc:
raise ValueError("`mixture_distribution component` ({0}) does not"
raise ValueError("`mixture_distribution component` ({}) does not"
Copy link
Contributor

Choose a reason for hiding this comment

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

same as above for the other ValueErrors in this file

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

justinchuby added a commit to justinchuby/pytorch that referenced this pull request Jul 18, 2023
ghstack-source-id: 3dcaa23
Pull Request resolved: pytorch#105426

Signed-off-by: Justin Chu <justinchu@microsoft.com>
@justinchuby justinchuby added the ciflow/trunk Trigger trunk jobs on your pull request label Jul 18, 2023
@justinchuby
Copy link
Collaborator Author

@pytorchbot merge -f "rocm unstable"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes).

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

@justinchuby justinchuby added the better-engineering Relatively self-contained tasks for better engineering contributors label Jul 19, 2023
@facebook-github-bot facebook-github-bot deleted the gh/justinchuby/92/head branch July 22, 2023 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

better-engineering Relatively self-contained tasks for better engineering contributors ciflow/trunk Trigger trunk jobs on your pull request Merged open source release notes: optimizer Relating to optimizers, torch.optim topic: not user facing topic category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants