lightning-bolts
lightning-bolts copied to clipboard
Install Pytorch Lightning Bolts using Anaconda
🚀 Feature
Make pl_bolts a Conda package.
Motivation
I'm trying to use Pytorch Lightning Bolt on my university's SLURM cluster. The best practice is to install it in a Conda environment, so one can activate the environment in the SLURM script. Using pip is discouraged.
Pitch
Make it possible to install pl_bots using the command:
conda install pytorch-lightning-bolts -c conda-forge
Hi! thanks for your contribution!, great first issue!
@SohamTamba Thank you for the suggestion. Would be nice to have Bolts on conda as well.
@Borda @ananyahjha93 What do you think?
well the Conda require that all dependencies also exists on Conda which may quite difficult to make :rabbit: