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

fix for tests using torch<2.1 #4818

Merged
merged 2 commits into from Dec 15, 2023
Merged

fix for tests using torch<2.1 #4818

merged 2 commits into from Dec 15, 2023

Conversation

mrwyattii
Copy link
Contributor

@mrwyattii mrwyattii commented Dec 14, 2023

Our torch 1.10 tests have been failling since the merge of #4569. This added a device_type kwarg to the torch.random.fork_rng call. But this is not compatible with older versions of torch. Added in pytorch/pytorch#98069

Fixes #4644, #4503

@loadams loadams linked an issue Dec 14, 2023 that may be closed by this pull request
@mrwyattii mrwyattii merged commit 7914b19 into master Dec 15, 2023
13 of 15 checks passed
@mrwyattii mrwyattii deleted the mrwyattii/ci-fixes branch December 15, 2023 00:12
mauryaavinash95 pushed a commit to mauryaavinash95/DeepSpeed that referenced this pull request Feb 17, 2024
Our torch 1.10 tests have been failling since the merge of microsoft#4569. This
added a `device_type` kwarg to the `torch.random.fork_rng` call. But
this is not compatible with older versions of torch. Added in
pytorch/pytorch#98069

Fixes microsoft#4644, microsoft#4503
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.

nv-torch110-p40 CI test failure nv-torch110-v100 CI test failure
2 participants