From 75629981bc2b101400a301803c027da2362a4ff9 Mon Sep 17 00:00:00 2001 From: OlivierDehaene Date: Mon, 16 Oct 2023 16:37:38 +0200 Subject: feat: parse Cuda compute cap from env (#1066) * feat: add support for multiple compute caps * Revert to one compute cap * fmt * fix --- candle-book/src/guide/installation.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'candle-book') 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=` 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. -- cgit v1.2.3