Skip to content

Commit

Permalink
[CI/Build] Disable test_fp8.py (vllm-project#5508)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrmchlsmth authored and jimpang committed Jul 8, 2024
1 parent a1a8cba commit ff5a4e0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/models/test_fp8.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@
}


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

0 comments on commit ff5a4e0

Please sign in to comment.