Problem while installing #413
-
I am trying to install GaNDLF again following the steps provided on the doc website. When I write the command
I don't believe there is a version 1.8.2, so I am not sure why that is a requirement. Am I doing something wrong? If I try to run
For context these were the steps I completed prior:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, In https://cbica.github.io/GaNDLF/setup, there is a step for torch installation based on the specific CUDA version: ### PyTorch LTS installation - https://pytorch.org/get-started/locally
## CUDA 10.2
# conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch-lts -y
## CUDA 11.1
# conda install pytorch torchvision torchaudio cudatoolkit=11.1 -c pytorch-lts -c conda-forge -y If you have installed torch properly, |
Beta Was this translation helpful? Give feedback.
Hi,
In https://cbica.github.io/GaNDLF/setup, there is a step for torch installation based on the specific CUDA version:
If you have installed torch properly,
pip install -e .
should work.