Unverified Commit 33e3b372 authored by Tyler Michael Smith's avatar Tyler Michael Smith Committed by GitHub
Browse files

[CI/Build] Disable test_fp8.py (#5508)

parent 1696efe6
......@@ -68,6 +68,14 @@ EXPECTED_STRS_MAP = {
}
# 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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment