Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling shencoder on windows with cuda 12.5 in windows #200

Open
Duodecimus opened this issue Jul 4, 2024 · 0 comments
Open

compiling shencoder on windows with cuda 12.5 in windows #200

Duodecimus opened this issue Jul 4, 2024 · 0 comments

Comments

@Duodecimus
Copy link

Duodecimus commented Jul 4, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant