You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: