diff options
author | Patrick von Platen <patrick.v.platen@gmail.com> | 2023-08-23 13:31:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 13:31:54 +0200 |
commit | c98d3cfd8b3a3d0b505f3b57a5843b442c32fc59 (patch) | |
tree | d50b7c339d8014b668b8e49c06310bf922123870 /candle-book | |
parent | c5e43ad0ab860066cf32b08892b70c2733a95802 (diff) | |
download | candle-c98d3cfd8b3a3d0b505f3b57a5843b442c32fc59.tar.gz candle-c98d3cfd8b3a3d0b505f3b57a5843b442c32fc59.tar.bz2 candle-c98d3cfd8b3a3d0b505f3b57a5843b442c32fc59.zip |
Update candle-book/src/guide/installation.md
Diffstat (limited to 'candle-book')
-rw-r--r-- | candle-book/src/guide/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/candle-book/src/guide/installation.md b/candle-book/src/guide/installation.md index 467b477a..ac5d6d3f 100644 --- a/candle-book/src/guide/installation.md +++ b/candle-book/src/guide/installation.md @@ -1,6 +1,6 @@ # Installation -- **With Cuda support**: +**With Cuda support**: 1. First, make sure that Cuda is correctly installed. - `nvcc --version` should print your information about your Cuda compiler driver. |