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
573a1d11
Unverified
Commit
573a1d11
authored
Jan 08, 2026
by
Zhiwei
Committed by
GitHub
Jan 08, 2026
Browse files
[ROCm]Skip test_torchao.py::test_pre_quantized_model on CDNA3 arch (#31905)
Signed-off-by:
ZhiweiYan-96
<
zhiwei.yan@amd.com
>
parent
33156f56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
tests/quantization/test_torchao.py
tests/quantization/test_torchao.py
+6
-0
No files found.
tests/quantization/test_torchao.py
View file @
573a1d11
...
...
@@ -6,11 +6,17 @@ import importlib.util
import
pytest
import
torch
from
vllm.platforms
import
current_platform
DTYPE
=
[
"bfloat16"
]
TORCHAO_AVAILABLE
=
importlib
.
util
.
find_spec
(
"torchao"
)
is
not
None
@
pytest
.
mark
.
skipif
(
current_platform
.
is_rocm
()
and
current_platform
.
is_fp8_fnuz
(),
reason
=
"Only fp8_fnuz supported on CDNA3 architecture"
,
)
@
pytest
.
mark
.
skipif
(
not
TORCHAO_AVAILABLE
,
reason
=
"torchao is not available"
)
def
test_pre_quantized_model
(
vllm_runner
):
with
vllm_runner
(
...
...
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