Open Mandy-77 opened 3 years ago
Hi, thanks for trying our code. Which OS and gcc version are you using?
gcc version 7.4.0 Linux 5.0.0-23-generic x86_64
Does the machine you compile on have a GPU? Does it have access to the CUDA compiler (nvcc
)?
Or are you just using the CPU version?
Yes, it has the CUDA compiler, when I type nvcc --version
I get Cuda compilation tools, release 10.2, V10.2.89
.
Thanks, let me try to reproduce on my end.
Thanks a lot for your help!
Hi, thanks for your excellent work. I met some problems when running
python setup.py install
:I use : python 3.7 pytorch 1.8.0 CUDA 10.2 Do you have any ideas how to solve this problem? Thank you.