File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -29,17 +29,19 @@ GaNDLF's primary computational foundation is built on PyTorch, and as such it su
29
29
(base) $> conda activate venv_gandlf
30
30
(venv_gandlf) $> # ## subsequent commands go here
31
31
# ## PyTorch installation - https://pytorch.org/get-started/previous-versions/#v210
32
- # # CUDA 11.6
32
+ # # CUDA 12.1
33
+ # (venv_gandlf) $> pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu121
34
+ # # CUDA 11.8
33
35
# (venv_gandlf) $> pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/cu118
34
- # # ROCm
36
+ # # ROCm 5.6
35
37
# (venv_gandlf) $> pip install torch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 --index-url https://download.pytorch.org/whl/rocm5.6
36
38
# # CPU-only
37
39
# (venv_gandlf) $> pip install torch==2.1.0+cpu torchvision==0.16.0+cpu torchaudio==2.1.0 --extra-index-url https://download.pytorch.org/whl/cpu
38
40
```
39
41
40
42
### Optional Dependencies
41
43
42
- The following dependencies are optional, and are needed for specific features of GaNDLF.
44
+ The following dependencies are ** optional** , and are only needed to access specific features of GaNDLF.
43
45
44
46
``` bash
45
47
(venv_gandlf) $> pip install openvino-dev==2023.0.1 # [OPTIONAL] to generate post-training optimized models for inference
You can’t perform that action at this time.
0 commit comments