-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Build vLLM nightly wheels for CUDA 13.0 #163239
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Huy Do <[email protected]>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/163239
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit fc0614d with merge base 4b7aed8 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Hmm... These segmentation faults are annoying:
One noticeable fact is that they are all failing on |
Yeah, they are coming from compiling xformers https://github.com/facebookresearch/xformers/releases/tag/v0.0.32.post2 on aarch64. I don't know that the issue is about yet, so appreciate any thoughts you have in mind |
I have not encountered segfaults like that, but my first action would be decreasing |
Signed-off-by: Huy Do <[email protected]>
|
Signed-off-by: Huy Do <[email protected]>
This is currently blocked by a segfault on |
@pytorchbot rebase -b main |
@pytorchbot started a rebase job onto refs/remotes/origin/main. Check the current status here |
Rebase failed due to Command
Raised by https://github.com/pytorch/pytorch/actions/runs/17938711036 |
@huydhn do we know if |
fixed: facebookresearch/xformers#1337 |
Thank @johnnynunez for the fix! And yes, xformers builds flash-attn |
@ptrblck @huydhn all PRs necessary for vllm cuda 13, were merged in public vllm(including flash-attention and blackwell family + cutlass v4.2.1), now only missing is facebookresearch/xformers#1337 I think that it is not merged yet because i was poiting to 2.9.0 and cuda 13.0 failing tests because not exists yet |
Testing now that vllm-project/vllm#24599 has been merged