Open n01r1r opened 5 days ago
Hi, it seems that you are using Windows. While we do not provide official support for Windows, I would expect that it could work in the wsl
Windows Subsystem for Linux. Further, to check that the cuda toolkit is correctly installed, could you also check the output of the command nvcc --version
?
also, I noticed that in one case you needed CUDA_HOME
but then printed CUDA_PATH
instead of CUDA_HOME
.
Thanks for your reply.
1) Upon entering nvcc --version
, I get:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2022 NVIDIA Corporation
Built on Wed_Sep_21_10:41:10_Pacific_Daylight_Time_2022
Cuda compilation tools, release 11.8, V11.8.89
Build cuda_11.8.r11.8/compiler.31833905_0
2) My mistake. Printing CUDA_HOME makes the same output.
>>> print(os.environ.get('CUDA_HOME'))
C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8
If you do not officially support Windows yet, then I will try to install at WSL later.
Hello, and thanks for your much inspring work.
I tried to install your difflogic library via pip and manually clone and run setup.py, and both failed for same reason.
The CUDA_HOME not detected by either python or torch seemed to be common, so I have reinstalled libraries, etc, which sadly failed.
Upon printing the CUDA_HOME inside the python:
So I am confused how should I resolve this issue.
Below is an attachment of the result of
nvidia-smi
Regards, DY