[Quantization] enable compressed-tensors marlin support for turing (2)#31008
Merged
Isotr0py merged 3 commits intovllm-project:mainfrom Dec 19, 2025
Merged
[Quantization] enable compressed-tensors marlin support for turing (2)#31008Isotr0py merged 3 commits intovllm-project:mainfrom
Isotr0py merged 3 commits intovllm-project:mainfrom
Conversation
Signed-off-by: Jinzhen Lin <jinzhen.ljz@antgroup.com>
Contributor
There was a problem hiding this comment.
Code Review
This pull request lowers the minimum required device capability for Marlin from compute capability 8.0 to 7.5, enabling support for NVIDIA Turing GPUs. This change aligns the Python-level checks with the C++ kernel implementations, which already contain support for Turing architecture. The modification is correct and well-contained. I have no further comments.
Isotr0py
approved these changes
Dec 19, 2025
yugong333
pushed a commit
to yugong333/vllm
that referenced
this pull request
Dec 22, 2025
vllm-project#31008) Signed-off-by: Jinzhen Lin <jinzhen.ljz@antgroup.com>
Majid-Taheri
pushed a commit
to Majid-Taheri/vllm
that referenced
this pull request
Dec 23, 2025
vllm-project#31008) Signed-off-by: Jinzhen Lin <jinzhen.ljz@antgroup.com> Signed-off-by: Ubuntu <mjtaheri68@gmail.com>
dsuhinin
pushed a commit
to dsuhinin/vllm
that referenced
this pull request
Jan 21, 2026
vllm-project#31008) Signed-off-by: Jinzhen Lin <jinzhen.ljz@antgroup.com> Signed-off-by: dsuhinin <suhinin.dmitriy@gmail.com>
ItzDEXX
pushed a commit
to ItzDEXX/vllm
that referenced
this pull request
Feb 19, 2026
vllm-project#31008) Signed-off-by: Jinzhen Lin <jinzhen.ljz@antgroup.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In the previous PR #31000 , I tried to apply the suggestions from gemini-code-assist, but I realized it is committed to a new branch. Sorry.
cc @mgoin