warmspringwinds / pytorch-cpp

Pytorch C++ Library
369 stars 68 forks source link

Can the pytorch-cpp library be installed without GPU? #15

Closed Miranda0920 closed 6 years ago

Miranda0920 commented 6 years ago

Hi, When I install the library I meet some problems: the first one is that my own computer have no GPU so that I cannot specify the CUDA-TOOL-PATH; the second one is that in my campony I can use the distributed-server with GPU, but I do not know which computer in the distributed system I'm using, so I can neither specify the CUDA-TOOL-PATH.

How can I solve these problems? Looking forward to your apply.