Using a GPU for LeanCopilot #76
-
Hello, I have a NVIDIA GeForce RTX 3090 that I would like to use with LeanCopilot. Is there any way to do so? For example, when using lake exe LeanCopilot/download, I see the following text:
I assume I'd like to set -DWITH_CUDA=ON and -DWITH_CUDNN=ON; how could I do so? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
We use |
Beta Was this translation helpful? Give feedback.
-
When I used the GPU at that time, no. I'll set this as closed for now since that's probably the issue, but I can't use the GPU (I broke it; don't install CUDA 12.1 with kernel version 6.5, if anyone's having the same issue) recently. Thank you! |
Beta Was this translation helpful? Give feedback.
-
@yangky11 I'm also trying to build Lean Copilot on NVIDIA cuda-compatible GPU. I was able to build locally, but on the GPU, it's throwing an error at the same stage as above. A little about the machine:
The build error:
A little help would be much appreciated! |
Beta Was this translation helpful? Give feedback.
We use
which nvcc
to detect whether CUDA is available. Do you havenvcc
installed?