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 0454fbb commit 4c20624Copy full SHA for 4c20624
tests/quantization/bnb/test_4bit.py
@@ -872,6 +872,7 @@ def test_fp4_double_safe(self):
872
873
874
@require_torch_version_greater("2.7.1")
875
+@require_bitsandbytes_version_greater("0.45.5")
876
class Bnb4BitCompileTests(QuantCompileTests):
877
@property
878
def quantization_config(self):
tests/quantization/bnb/test_mixed_int8.py
@@ -837,6 +837,7 @@ def test_serialization_sharded(self):
837
838
839
@require_torch_version_greater_equal("2.6.0")
840
841
class Bnb8BitCompileTests(QuantCompileTests):
842
843
0 commit comments