You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
passthru.tests is broken due to duplicate packages in the closure: I suspect this is because pytorch-lightning depends on torchmetrics and is provided the exposed copy of torchmetrics, not the one from passthru.tests with doCheck = true. I think that's what results in there being two copies of torchmetrics in the closure when try to test. I believe that should be handled in a followup PR.
passthru.tests
is broken due to duplicate packages in the closure: I suspect this is becausepytorch-lightning
depends ontorchmetrics
and is provided the exposed copy oftorchmetrics
, not the one frompassthru.tests
withdoCheck = true
. I think that's what results in there being two copies oftorchmetrics
in the closure when try to test. I believe that should be handled in a followup PR.Originally posted by @ConnorBaker in #262759 (comment)
The text was updated successfully, but these errors were encountered: