-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
[Logging] Remove TORCH_NCCL_AVOID_RECORD_STREAMS to squash a warning #25532
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
Conversation
Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request removes the setting of the deprecated TORCH_NCCL_AVOID_RECORD_STREAMS environment variable from vllm/v1/worker/gpu_worker.py. As the pull request description correctly points out, this behavior is now default in PyTorch, and setting the variable is obsolete and generates a warning. The change is straightforward and correct, contributing to a cleaner codebase. I have no further comments.
…llm-project#25532) Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
…llm-project#25532) Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com> Signed-off-by: sergiopaniego <sergiopaniegoblanco@gmail.com>
…25532) Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com> Signed-off-by: yewentao256 <zhyanwentao@126.com>
…llm-project#25532) Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
…llm-project#25532) Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
…llm-project#25532) Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
…llm-project#25532) Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
…llm-project#25532) Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
We no longer need to set
TORCH_NCCL_AVOID_RECORD_STREAMS, our logs complain: