We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d431dc commit 16acec5Copy full SHA for 16acec5
1 file changed
tests/quantization/bnb/test_mixed_int8.py
@@ -847,6 +847,10 @@ def quantization_config(self):
847
components_to_quantize=["transformer", "text_encoder_2"],
848
)
849
850
+ @pytest.mark.xfail(
851
+ reason="Test fails because of an offloading problem from Accelerate with confusion in hooks."
852
+ " Test passes without recompilation context manager."
853
+ )
854
def test_torch_compile(self):
855
torch._dynamo.config.capture_dynamic_output_shape_ops = True
856
super()._test_torch_compile(torch_dtype=torch.float16)
0 commit comments