summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2024-04-17 22:43:00 +0200
committerGitHub <noreply@github.com>2024-04-17 22:43:00 +0200
commitce6d08df9484f1ccc45e32dcc4608c48b7c4194e (patch)
tree1120531be35e72a13e08e1bf9d174d9c100c9c52
parent2817643db9c687cacd330ad53385ae278d018c00 (diff)
downloadcandle-ce6d08df9484f1ccc45e32dcc4608c48b7c4194e.tar.gz
candle-ce6d08df9484f1ccc45e32dcc4608c48b7c4194e.tar.bz2
candle-ce6d08df9484f1ccc45e32dcc4608c48b7c4194e.zip
Minor fix to the readme. (#2080)
Co-authored-by: Jane Doe <jane.doe@example.org>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ad72f30f..54d868c5 100644
--- a/README.md
+++ b/README.md
@@ -375,9 +375,9 @@ git submodule update --init
/usr/include/c++/11/bits/std_function.h:530:146: error: parameter packs not expanded with ‘...’:
```
-This is a bug in gcc-11 triggered by the Cuda compiler. To fix this, install a different, supported gcc version - for example gcc-10, and specify the path to the compiler in the CANDLE_NVCC_CCBIN environment variable.
+This is a bug in gcc-11 triggered by the Cuda compiler. To fix this, install a different, supported gcc version - for example gcc-10, and specify the path to the compiler in the NVCC_CCBIN environment variable.
```
-env CANDLE_NVCC_CCBIN=/usr/lib/gcc/x86_64-linux-gnu/10 cargo ...
+env NVCC_CCBIN=/usr/lib/gcc/x86_64-linux-gnu/10 cargo ...
```
#### Linking error on windows when running rustdoc or mdbook tests