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 f7cd6b8 commit e335f05Copy full SHA for e335f05
tests/test_modeling_common.py
@@ -179,7 +179,7 @@ def test_ema_training(self):
179
loss.backward()
180
ema_model.step(model)
181
182
- def test_scheduler_outputs_equivalence(self):
+ def test_outputs_equivalence(self):
183
def set_nan_tensor_to_zero(t):
184
# Temporary fallback until `aten::_index_put_impl_` is implemented in mps
185
# Track progress in https://github.com/pytorch/pytorch/issues/77764
0 commit comments