import os
import torch
os.environ['TORCH'] = torch.__version__
print(torch.__version__)
!pip install -q torch-scatter -f ${TORCH}.html
!pip install -q torch-sparse -f ${TORCH}.html
!pip install -q git+.git
i am using google colab pro and have Nvidia A100, yet it took me forever to just run this. I was wondering if this is even normal and also does the GPU model even matter?
restarted my kernel and tried different GPUs (even tried using my CPU)but still it took me a while to install these dependencies.