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

build: manually update PyTorch version #3919

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

vivekkhandelwal1
Copy link
Collaborator

This commit sets the PyTorch and TorchVision version to nightly release 2024-12-16.

This commit adds the support for aten.rrelu_with_noise_functional op by decomposing it. And, also updates the existing decomposition of aten.rrelu_with_noise op by decomposing it to the newly added aten.rrelu_with_noise_functional op. It also updates the e2e tests for aten.rrelu_with_noise op by replacing it with its functional variant which is added here: pytorch/pytorch@f85e238 and which captures the noise mutation which was earlier a reason for the test failures during the training mode.

This commit also removes the newly passing tests from the xfail_sets.

This commit sets the PyTorch and TorchVision version to nightly release
2024-12-16.

This commit adds the support for `aten.rrelu_with_noise_functional`
op by decomposing it. And, also updates the existing decomposition of
`aten.rrelu_with_noise` op by decomposing it to the newly added
`aten.rrelu_with_noise_functional` op. It also updates the e2e tests
for `aten.rrelu_with_noise` op by replacing it with its functional
variant which is added here: pytorch/pytorch@f85e238
and which captures the noise mutation which was earlier a reason for
the test failures during the training mode.

This commit also removes the newly passing tests from the xfail_sets.

Signed-off-by: Vivek Khandelwal <[email protected]>
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.

1 participant