We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.6.0
Docker
NCCL_ASYNC_ERROR_HANDLING environment variable (set here) has been deprecated in favor of TORCH_NCCL_ASYNC_ERROR_HANDLING pytorch/pytorch#114077
NCCL_ASYNC_ERROR_HANDLING
TORCH_NCCL_ASYNC_ERROR_HANDLING
It looks like the docs haven't been updated though: https://pytorch.org/docs/main/notes/cuda.html#id5
No response
[W Utils.hpp:135] Warning: Environment variable NCCL_ASYNC_ERROR_HANDLING is deprecated; use TORCH_NCCL_ASYNC_ERROR_HANDLING instead (function getCvarInt) [W Utils.hpp:135] Warning: Environment variable NCCL_ASYNC_ERROR_HANDLING is deprecated; use TORCH_NCCL_ASYNC_ERROR_HANDLING instead (function getCvarInt) [W Utils.hpp:135] Warning: Environment variable NCCL_ASYNC_ERROR_HANDLING is deprecated; use TORCH_NCCL_ASYNC_ERROR_HANDLING instead (function getCvarInt) [W Utils.hpp:135] Warning: Environment variable NCCL_ASYNC_ERROR_HANDLING is deprecated; use TORCH_NCCL_ASYNC_ERROR_HANDLING instead (function getCvarInt) [W Utils.hpp:135] Warning: Environment variable NCCL_ASYNC_ERROR_HANDLING is deprecated; use TORCH_NCCL_ASYNC_ERROR_HANDLING instead (function getCvarInt) [W Utils.hpp:135] Warning: Environment variable NCCL_ASYNC_ERROR_HANDLING is deprecated; use TORCH_NCCL_ASYNC_ERROR_HANDLING instead (function getCvarInt) [W Utils.hpp:135] Warning: Environment variable NCCL_ASYNC_ERROR_HANDLING is deprecated; use TORCH_NCCL_ASYNC_ERROR_HANDLING instead (function getCvarInt) [W Utils.hpp:135] Warning: Environment variable NCCL_ASYNC_ERROR_HANDLING is deprecated; use TORCH_NCCL_ASYNC_ERROR_HANDLING instead (function getCvarInt)
The text was updated successfully, but these errors were encountered:
Fix NCCL_ASYNC_ERROR_HANDLING deprecation warning
d47539a
It looks like the patch from pytorch/pytorch#114077 landed in torch 2.2.0. Fixes NVIDIA#568.
85733e9
simonbyrne
Successfully merging a pull request may close this issue.
Version
0.6.0
On which installation method(s) does this occur?
Docker
Describe the issue
NCCL_ASYNC_ERROR_HANDLING
environment variable (set here) has been deprecated in favor ofTORCH_NCCL_ASYNC_ERROR_HANDLING
pytorch/pytorch#114077
It looks like the docs haven't been updated though: https://pytorch.org/docs/main/notes/cuda.html#id5
Minimum reproducible example
No response
Relevant log output
Environment details
No response
The text was updated successfully, but these errors were encountered: