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
In the future release, is it possible to recommend which one to use when both contains similar functions? e.g.,
usage of lightning-utilities 0.11.9 with strict linting/LSP support working
from lightning_utilities.core.rank_zero import rank_zero_only
usage of utilities in pytorch-lightning 2.5.0, not having linting/LSP support
pytorch_lighning.utilities.rank_zero_only # "utilities" is not a known attribute of module "pytorch_lightning"
Outline & Motivation
In the future release, is it possible to recommend which one to use when both contains similar functions? e.g.,
usage of lightning-utilities 0.11.9 with strict linting/LSP support working
usage of utilities in pytorch-lightning 2.5.0, not having linting/LSP support
Pitch
No response
Additional context
No response
cc @lantiga @justusschock
The text was updated successfully, but these errors were encountered: