Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 9184a05

Browse files
tlrmchlsmthRobert Shaw
authored andcommitted
[CI/Build] Disable test_fp8.py (vllm-project#5508)
1 parent f4eb11e commit 9184a05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/models/test_fp8.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@
7676
}
7777

7878

79+
# This test compares against golden strings for exact match since
80+
# there is no baseline implementation to compare against
81+
# and is unstable w.r.t specifics of the fp8 implementation or
82+
# the hardware being run on.
83+
# Disabled to prevent it from breaking the build
84+
@pytest.mark.skip(
85+
reason=
86+
"Prevent unstable test based on golden strings from breaking the build.")
7987
@pytest.mark.skipif(not is_quant_method_supported("fp8"),
8088
reason="fp8 is not supported on this GPU type.")
8189
@pytest.mark.parametrize("model_name", MODELS)

0 commit comments

Comments
 (0)