Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pytorch_lightning.utilities(module) and lightning_utilities (package) #20548

Open
holyshipt opened this issue Jan 14, 2025 · 0 comments
Open
Labels
needs triage Waiting to be triaged by maintainers refactor

Comments

@holyshipt
Copy link

holyshipt commented Jan 14, 2025

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

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"

Pitch

No response

Additional context

No response

cc @lantiga @justusschock

@holyshipt holyshipt added needs triage Waiting to be triaged by maintainers refactor labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Waiting to be triaged by maintainers refactor
Projects
None yet
Development

No branches or pull requests

1 participant