8000 lint · pytorch/pytorch@67f0410 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67f0410

Browse files
authored
lint
1 parent eec862c commit 67f0410

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/distributed/checkpoint/test_state_dict.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ def set_extra_state(self, state):
535535
set_model_state_dict(ddp_model, get_model_state_dict(ddp_model))
536536
self.assertEqual(model.state_dict()["u1._extra_state"], "MyState")
537537
self.assertEqual(model.state_dict(), get_model_state_dict(ddp_model))
538+
538539
@with_comms
539540
@skip_if_lt_x_gpu(1)
540541
def test_activation_ckpt_fqns_fsdp1(self) -> None:

0 commit comments

Comments
 (0)
0