... | @@ -11,6 +11,7 @@ On `icaro.polito.it` the CUDA setup scripts are found under: |
... | @@ -11,6 +11,7 @@ On `icaro.polito.it` the CUDA setup scripts are found under: |
|
/space/temporary_modules/cuda<version>.sh
|
|
/space/temporary_modules/cuda<version>.sh
|
|
```
|
|
```
|
|
where, for example, `<version>` is equal `100` for CUDA 10.0.
|
|
where, for example, `<version>` is equal `100` for CUDA 10.0.
|
|
|
|
|
|
Using the command `ls /space/temporary_modules/cuda*` it is possible to see all the versions available for the CUDA libraries.
|
|
Using the command `ls /space/temporary_modules/cuda*` it is possible to see all the versions available for the CUDA libraries.
|
|
|
|
|
|
**IMPORTANT:** A typical situation in which you'll have to run these scripts is *before* installing packages such as `tensorflow-gpu` (for TensorFlow) or `torch` (for PyTorch) in your Python virtual environment (see ["Python Virtual Environments"](/virtualenv)).
|
|
**IMPORTANT:** A typical situation in which you'll have to run these scripts is *before* installing packages such as `tensorflow-gpu` (for TensorFlow) or `torch` (for PyTorch) in your Python virtual environment (see ["Python Virtual Environments"](/virtualenv)).
|
... | | ... | |