diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

Consolidate `torch.backends.cuda.matmul.allow_tf32 = False` in tests

Open williamberman opened this issue 2 years ago • 0 comments

The module with PipelineTesterMixin already sets this. We shouldn't repeatedly set this in all tests and instead consolidate where we set it

williamberman avatar Feb 14 '23 22:02 williamberman