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
09545c0a
Unverified
Commit
09545c0a
authored
Feb 13, 2025
by
Tyler Michael Smith
Committed by
GitHub
Feb 13, 2025
Browse files
[Bugfix/CI] Turn test_compressed_tensors_2of4_sparse back on (#13250)
parent
dd5ede44
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/quantization/test_compressed_tensors.py
tests/quantization/test_compressed_tensors.py
+0
-1
No files found.
tests/quantization/test_compressed_tensors.py
View file @
09545c0a
...
@@ -495,7 +495,6 @@ def test_compressed_tensors_2of4_quant_int8(vllm_runner, args_2of4):
...
@@ -495,7 +495,6 @@ def test_compressed_tensors_2of4_quant_int8(vllm_runner, args_2of4):
assert
output
assert
output
@
pytest
.
mark
.
skip
(
reason
=
"2of4 sparse w16a16 CUTLASS produces bad output."
)
@
pytest
.
mark
.
skipif
(
@
pytest
.
mark
.
skipif
(
not
sparse_cutlass_supported
(),
not
sparse_cutlass_supported
(),
reason
=
"2of4 Sparse is not yet supported on this GPU type."
,
reason
=
"2of4 Sparse is not yet supported on this GPU type."
,
...
...
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