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

Bump torchfix from 0.5.0 to 0.6.0 #5566

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps torchfix from 0.5.0 to 0.6.0.

Release notes

Sourced from torchfix's releases.

TorchFix 0.6.0

  • Added torch.utils._pytree._register_pytree_node and torch.backends.cuda.sdp_kernel to the deprecated APIs rules
  • Enhanced rule TOR203 to support torchvision.datasets and transforms in addition to models
  • Added rules TOR106 and TOR107 to suggest replacing torch.log(1 + x) and torch.exp(x) - 1 with more numerically stable equivalents
  • Multiple code refactorings, bug fixes, and quality of life and documentation improvements
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [torchfix](https://github.com/pytorch-labs/torchfix) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/pytorch-labs/torchfix/releases)
- [Commits](pytorch-labs/torchfix@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: torchfix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2024

Dependabot tried to add @pytorch/team-executorch as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/pytorch/executorch/pulls/5566/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the pytorch/executorch repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link

pytorch-bot bot commented Sep 23, 2024

🔗 Helpful Links

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

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

❌ 1 New Failure

As of commit e82cc16 with merge base 286799c (image):

NEW FAILURE - The following job has failed:

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

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 23, 2024
@kit1980
Copy link
Member

kit1980 commented Sep 24, 2024

Need to update deprecated API torch.backends.cuda.sdp_kernel in examples/models/llama2/experimental/generate.py (or add an ignore for it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants