Skip to content

Commit

Permalink
re-enable a warning still required for PT 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
speediedan committed Oct 13, 2024
1 parent f803064 commit 47b2b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_finetuning_scheduler_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ def test_fts_decay(tmpdir, boring_ft_schedule, explicit_mode: bool, nodecay_mode
# required w/ PT 2.4 (until Lightning changes `weights_only` default value or offers a way to override it)
# "You are using `torch.load` with `weights_only=False`", # can delete with next push
# still required for pytorch 2.1
#"Conversion of an array with ndim > 0" # can delete with next push
"Conversion of an array with ndim > 0" # required for PyTorch 2.2

]
EXPECTED_DIRPATH = "is not empty."
Expand Down

0 comments on commit 47b2b9e

Please sign in to comment.