Skip to content

Commit c25f733

Browse files
authored
Merge pull request #750 from mlcommons/setup-doc-update
Update installation instructions
2 parents 941532b + a8c4666 commit c25f733

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/setup.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,19 @@ GaNDLF's primary computational foundation is built on PyTorch, and as such it su
2929
(base) $> conda activate venv_gandlf
3030
(venv_gandlf) $> ### subsequent commands go here
3131
### 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
3335
# (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
3537
# (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
3638
## CPU-only
3739
# (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
3840
```
3941

4042
### Optional Dependencies
4143

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.
4345

4446
```bash
4547
(venv_gandlf) $> pip install openvino-dev==2023.0.1 # [OPTIONAL] to generate post-training optimized models for inference

0 commit comments

Comments
 (0)