summaryrefslogtreecommitdiff
path: root/candle-book
diff options
context:
space:
mode:
Diffstat (limited to 'candle-book')
-rw-r--r--candle-book/src/guide/installation.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/candle-book/src/guide/installation.md b/candle-book/src/guide/installation.md
index 394cef35..ca8b7968 100644
--- a/candle-book/src/guide/installation.md
+++ b/candle-book/src/guide/installation.md
@@ -12,6 +12,9 @@ compute_cap
8.9
```
+You can also compile the Cuda kernels for a specific compute cap using the
+`CUDA_COMPUTE_CAP=<compute cap>` environment variable.
+
If any of the above commands errors out, please make sure to update your Cuda version.
2. Create a new app and add [`candle-core`](https://github.com/huggingface/candle/tree/main/candle-core) with Cuda support.