with latest 'conda install lava-dl -c conda-forge' CUDA_HOME not found error #364
gwgknudayanga
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I install the latest lava-dl using conda stream. my pytorch is 2.3.1 and torchvision is 0.18.1 which are compatible with lava-dl.
when i tested as 'torch.cuda.is_available() it gives True. But when i tried to run a lava-dl program it always gives CUDA_HOME not set error. Could you please help?
When I installed 'conda install -c "nvidia/label/cuda-12.1" cuda-toolkit' within same enviroment, then the code is hanging as it process slayer.lib.cuba
Beta Was this translation helpful? Give feedback.
All reactions