Installing the requirements for the current file, particularly OpenBlas removes any existing PytorchCuda installation and replaces it with a PytorchCPU installation.
Potential fixes:
- Remove OpenBlas dependency and conda package from requirements - works but only tested with the non-parallelized version of ITPAL, also requires modifying the code
- Install Pytorch first and tell Conda to ignore the conflict with (--no-update-dependencies) , not tested, not sure what will happen
- Don't install Pytorch over conda - it is not very clean, and you need to do all the Cuda stuff manually on clusters I guess?
Installing the requirements for the current file, particularly OpenBlas removes any existing PytorchCuda installation and replaces it with a PytorchCPU installation.
Potential fixes: