Hello,
I used two commands to install conda pytorch_lightning:
pip install lightning, conda install pytorch-lightning -c conda-forge
However, lite is not installed within the package and it shows this error:
ModuleNotFoundError: No module named ‘pytorch_lightning.lite’
(from pytorch_lightning.lite import LightningLite)
Should I install lite separately?
thanks!