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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: