Closed abdush closed 2 years ago
Updating to cuda 11.1 for the installed torch version fixed the issue. I have tried with the pip command as in the link below.
pip install torch==1.9.1+cu111 -f https://download.pytorch.org/whl/torch_stable.html
Woho, lucky you ;)
Yeah, the whole CUDA+torch compatibility matrix is a nightmare to keep up with. I have a PR open on our internal fork of the repo by a student with an update to torch, might make things easier from source.
Hello,
I am facing issue when trying to run the bio_embeddings library on NVIDIA A100 GPU.
I did a search and found some answers on stackoverflow where pytorch had to be re-installed with new cuda version (11.x instead of 10.2). However, I am wondering if this is safe to update the pytorch library installed as part of bio_embeddings and what impact it might have on other installed libraries and dependencies. Also is there a recommended way to update pytorch (using conda vs pip)? If this is a common problem, would it be a good idea to provide the fix with the updated pytorch in the bio_embeddings library?
bio_emdeddings library I use is installed using the pip install command.
Thanks in advance.