Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rithwik-db committed Feb 11, 2025
1 parent 08816b8 commit 5a83ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trainer/test_fsdp_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def test_fsdp_load_old_checkpoint(
version.parse(torch.__version__) < version.parse('2.4.0')) or (
composer_version in ['0.26.0', '0.27.0', '0.28.0'] and
version.parse(torch.__version__) < version.parse('2.5.0')
): # TODO(Check): Might need to add another check here?
):
pytest.skip('Current torch version is older than torch version that checkpoint was written with.')

if composer_version in ['0.13.5', '0.14.0', '0.14.1', '0.15.1']:
Expand Down

0 comments on commit 5a83ed8

Please sign in to comment.