mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
Rename test_scheduler_outputs_equivalence in model tests. (#451)
This commit is contained in:
@@ -179,7 +179,7 @@ class ModelTesterMixin:
|
||||
loss.backward()
|
||||
ema_model.step(model)
|
||||
|
||||
def test_scheduler_outputs_equivalence(self):
|
||||
def test_outputs_equivalence(self):
|
||||
def set_nan_tensor_to_zero(t):
|
||||
# Temporary fallback until `aten::_index_put_impl_` is implemented in mps
|
||||
# Track progress in https://github.com/pytorch/pytorch/issues/77764
|
||||
|
||||
Reference in New Issue
Block a user