Control: tags -1 + patch PyTorch 2.4 removed the 'verbose' keyword argument from torch.optim.lr_scheduler.ReduceLROnPlateau.__init__() (it was deprecated in 2.2 and dropped in 2.4). The build fails during the test suite because baler/modules/utils.py:319 passes verbose=True to the scheduler; all 10 other tests pass.
The fix removes the single verbose=True argument. No upstream fix exists yet; I've noted the issue for upstream in the patch header. -- Azeez Syed <[email protected]>
baler-1137391.debdiff
Description: Binary data

