Skip to content

Commit

Permalink
yo
Browse files Browse the repository at this point in the history
  • Loading branch information
snarayan21 committed Dec 3, 2024
1 parent b29d4ed commit 790e25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_trainer(self, precision='fp32', max_duration='1ep', save_interval='1ep',
@pytest.mark.parametrize(
'device,use_fsdp,precision',
[
pytest.param('cpu', None, False, 'fp32', id='cpu-ddp'),
pytest.param('cpu', False, 'fp32', id='cpu-ddp'),
# TODO: Remove filterwarnings after FSDP remove deprecated code
pytest.param(
'gpu',
Expand Down

0 comments on commit 790e25e

Please sign in to comment.