Using the **--no-deps** option for "pip install" is necessary here as otherwise the Pytorch version might be replaced and you will run into trouble with the cuda drivers.
Using the **--no-deps** option for "pip install" is necessary here as otherwise the Pytorch version might be replaced and you will run into trouble with the cuda drivers.
On the **ML** partition:
On the **ML** partition:
...
@@ -49,7 +48,7 @@ On the **ML** partition:
...
@@ -49,7 +48,7 @@ On the **ML** partition:
marie@login$srun -p ml --gres=gpu:1 -n 1 -c 7 --pty--mem-per-cpu=800 bash #Job submission in ml nodes with 1 gpu on 1 node with 800 Mb per CPU
marie@login$srun -p ml --gres=gpu:1 -n 1 -c 7 --pty--mem-per-cpu=800 bash #Job submission in ml nodes with 1 gpu on 1 node with 800 Mb per CPU
```
```
after calling
after calling
```console
```console
marie@login$module spider pytorch
marie@login$module spider pytorch
...
@@ -65,13 +64,14 @@ Module torchvision/0.7.0-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0 and 55 depend
...
@@ -65,13 +64,14 @@ Module torchvision/0.7.0-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0 and 55 depend