modify setup.py to make sure paths and C++ version are correct
runsetup.py to create build.ninja and see errors
first error:LINK : fatal error LNK1181: cannot open input file 'c10_cuda.lib'
use Everything to find file, discover it doesn't exist anywhere on the computer and is never mentioned in any file in torch-ngp
if you don't have it, it means you installed torch for CPU, check up on your cuda version, and go update torch
what I ended up doing was pip install --ignore-installed torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121
modify setup.py to make sure paths and C++ version are correct runsetup.py to create build.ninja and see errors
first error:LINK : fatal error LNK1181: cannot open input file 'c10_cuda.lib'
use Everything to find file, discover it doesn't exist anywhere on the computer and is never mentioned in any file in torch-ngp
if you don't have it, it means you installed torch for CPU, check up on your cuda version, and go update torch what I ended up doing was
pip install --ignore-installed torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121