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

Check torch and lightning versions before running models #444

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rasbt
Copy link
Contributor

@rasbt rasbt commented Aug 8, 2023

I think that a lot of weird errors with uninformative error messages that users encounter (e.g., see #438) are due to package mismatches. Since we are using the latest features from torch and Fabric, code kind of runs but then there's this weird error here and there, or even a missing feature.

So, I propose only allowing to run the scripts if the minimal versions are installed. If a user doesn't have these required PyTorch and Lightning versions, there is a message informing the user about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant