Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
e1464c3a
Unverified
Commit
e1464c3a
authored
Nov 30, 2025
by
Isotr0py
Committed by
GitHub
Nov 30, 2025
Browse files
[Quantization] Enable compressed-tensors AWQ for Turing GPU (#29732)
Signed-off-by:
Isotr0py
<
mozf@mail2.sysu.edu.cn
>
parent
a491b091
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/model_executor/layers/quantization/compressed_tensors/schemes/compressed_tensors_wNa16.py
...on/compressed_tensors/schemes/compressed_tensors_wNa16.py
+2
-2
No files found.
vllm/model_executor/layers/quantization/compressed_tensors/schemes/compressed_tensors_wNa16.py
View file @
e1464c3a
...
@@ -79,8 +79,8 @@ class CompressedTensorsWNA16(CompressedTensorsScheme):
...
@@ -79,8 +79,8 @@ class CompressedTensorsWNA16(CompressedTensorsScheme):
@
classmethod
@
classmethod
def
get_min_capability
(
cls
)
->
int
:
def
get_min_capability
(
cls
)
->
int
:
#
ampere
and up
#
Turing
and up
return
80
return
75
def
create_weights
(
def
create_weights
(
self
,
self
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment