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
dae9ec46
Unverified
Commit
dae9ec46
authored
Mar 05, 2025
by
Michael Goin
Committed by
GitHub
Mar 05, 2025
Browse files
Temporarily disable test_awq_gemm_opcheck (#14251)
Signed-off-by:
mgoin
<
mgoin64@gmail.com
>
parent
6eaf9302
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/kernels/test_awq.py
tests/kernels/test_awq.py
+1
-0
No files found.
tests/kernels/test_awq.py
View file @
dae9ec46
...
...
@@ -26,6 +26,7 @@ def test_awq_dequantize_opcheck():
(
qweight
,
scales
,
zeros
,
split_k_iters
,
thx
,
thy
))
@
pytest
.
mark
.
skip
(
reason
=
"Not working; needs investigation."
)
@
pytest
.
mark
.
skipif
(
not
hasattr
(
torch
.
ops
.
_C
,
"awq_gemm"
),
reason
=
"AWQ is not supported on this GPU type."
)
def
test_awq_gemm_opcheck
():
...
...
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