Skip to content

Commit 16acec5

Browse files
committed
up
1 parent 8d431dc commit 16acec5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/quantization/bnb/test_mixed_int8.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,10 @@ def quantization_config(self):
847847
components_to_quantize=["transformer", "text_encoder_2"],
848848
)
849849

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+
)
850854
def test_torch_compile(self):
851855
torch._dynamo.config.capture_dynamic_output_shape_ops = True
852856
super()._test_torch_compile(torch_dtype=torch.float16)

0 commit comments

Comments
 (0)