This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
Hey @jeanpat yes, I think the right way would be to install pytorch manually first and then install Flash (either from source or pip should both be fine). That should prevent the Flash install from overriding the pytorch version. Hope that helps 😃 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I try to reinstall lightning-flash in clean virtual environment. If I start with:
pip install 'lightning-flash[image]'
The install starts to install the cpu version of pytorch 1.12:
Should I start to install the latest gpu version followed by the install of lightning-flash from source from source?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions