Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d63d3f0

Browse files
authored
Include note about installing updated GPU driver
1 parent ca8f032 commit d63d3f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ In case you prefer to write your tutorial in jupyter, you can use [this script](
2121

2222
## Building
2323

24-
- Start with installing torch and torchvision. Install other requirements using `pip install -r requirements.txt`
25-
- Then you can build using `make docs`. This will download the data, execute the tutorials and build the documentation to `docs/` directory. However, this will take about 30-60 min based on your system.
26-
- You can skip the execution by running `make html-noplot` to build html documentation to `_build/html`. This way, you can quickly preview your tutorial.
24+
- Start with installing torch, torchvision, and your GPUs latest drivers. Install other requirements using `pip install -r requirements.txt`
25+
- Then you can build using `make docs`. This will download the data, execute the tutorials and build the documentation to `docs/` directory. This will take about 60-120 min for systems with GPUs. If you do not have a GPU installed on your system, then see next step.
26+
- You can skip the computationally intensive graph generation by running `make html-noplot` to build basic html documentation to `_build/html`. This way, you can quickly preview your tutorial.

0 commit comments

Comments
 (0)