-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
[Core] manage nccl via a pypi package & upgrade to pt 2.2.1 #3805
Conversation
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.
@youkaichao Awesome! Thanks for the great work! ! I didn't realize that updating PyTorch could be this challenging. Left minor comments. Please check them out.
@@ -17,3 +17,4 @@ pynvml == 11.5.0 | |||
triton >= 2.1.0 | |||
outlines == 0.0.34 | |||
tiktoken == 0.6.0 # Required for DBRX tokenizer | |||
vllm-nccl-cu12>=2.18<2.19 # for downloading nccl library |
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.
Can we do this?
vllm-nccl-cu12>=2.18<2.19 # for downloading nccl library | |
vllm-nccl-cu12>=2.18.3<2.19 # for downloading nccl library |
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.
Fun fact: actually I have https://pypi.org/project/vllm-nccl-cu12/2.18.1.0.1.0/ , which is nccl 2.18.1 . I don't find nccl 2.18.3 at https://developer.download.nvidia.com/compute/redist/nccl/ .
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.
LGTM! Thanks again for the great work!
See #3802 for why we don't use another pypi packge to manage nccl .
See NVIDIA/nccl#1234 on why we have to manage nccl when upgrading to pt 2.2.1 .
Usage: