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 cdd346d commit ff8e68dCopy full SHA for ff8e68d
tests/quantization/bnb/test_mixed_int8.py
@@ -849,7 +849,7 @@ def quantization_config(self):
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."
+ " Test passes without recompilation context manager. Refer to https://github.com/huggingface/diffusers/pull/12002/files#r2240462757 for details."
853
)
854
def test_torch_compile(self):
855
torch._dynamo.config.capture_dynamic_output_shape_ops = True
0 commit comments