We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2637a6 commit cfd262eCopy full SHA for cfd262e
tests/models/test_fp8.py
@@ -75,7 +75,12 @@
75
fp8_not_supported = (capability <
76
QUANTIZATION_METHODS["fp8"].get_min_capability())
77
78
-
+# This test compares against gilden strings for exact match since
79
+# there is no baseline implementation to compare against
80
+# and is unstable w.r.t specifics of the fp8 implementation or
81
+# the hardware being run on.
82
+# Disabled to prevent it from breaking the build
83
+@pytest.disable()
84
@pytest.mark.skipif(fp8_not_supported,
85
reason="fp8 is not supported on this GPU type.")
86
@pytest.mark.parametrize("model_name", MODELS)
0 commit comments