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 b98ed10 commit 5c021d5Copy full SHA for 5c021d5
tests/tests_fabric/plugins/precision/test_bitsandbytes.py
@@ -95,6 +95,7 @@ def __init__(self):
95
96
97
@RunIf(min_cuda_gpus=1, max_torch="2.4")
98
+@pytest.mark.filterwarnings("ignore::FutureWarning")
99
@pytest.mark.skipif(not _BITSANDBYTES_AVAILABLE, reason="bitsandbytes unavailable")
100
@pytest.mark.parametrize(
101
("args", "expected"),
0 commit comments