- Create:
conda create --name bp python=3.8.0- Activate
conda activate bp- Install pytorch 2.2.1 (should be searched for a specific CUDA and Python version)
conda install pytorch==2.2.1 torchvision==0.17.1 torchaudio==2.2.1 pytorch-cuda=12.1 -c pytorch -c nvidia- Install requirements (should comment-out the pytorch requirement in requirements.txt to prevent clashes)
pip install -r requirements.txt - Use