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 1696efe commit 33e3b37Copy full SHA for 33e3b37
tests/models/test_fp8.py
@@ -68,6 +68,14 @@
68
}
69
70
71
+# This test compares against golden strings for exact match since
72
+# there is no baseline implementation to compare against
73
+# and is unstable w.r.t specifics of the fp8 implementation or
74
+# the hardware being run on.
75
+# Disabled to prevent it from breaking the build
76
+@pytest.mark.skip(
77
+ reason=
78
+ "Prevent unstable test based on golden strings from breaking the build.")
79
@pytest.mark.skipif(not is_quant_method_supported("fp8"),
80
reason="fp8 is not supported on this GPU type.")
81
@pytest.mark.parametrize("model_name", MODELS)
0 commit comments