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

Fail to compile the cpp extension #10

Open
guofei1989 opened this issue Mar 5, 2024 · 6 comments
Open

Fail to compile the cpp extension #10

guofei1989 opened this issue Mar 5, 2024 · 6 comments

Comments

@guofei1989
Copy link

/root/.cache/torch_extensions/fused/fused.so: cannot open shared object file: No such file or directory

How to solve it ?

@Geliv
Copy link

Geliv commented Mar 28, 2024

I have the same issue, have you solved it?

@guofei1989
Copy link
Author

guofei1989 commented Mar 28, 2024 via email

@Geliv
Copy link

Geliv commented Mar 28, 2024

I solved it with cmake version 2.8.12.2, gcc version 8.3.1, ninja version 1.11.1, and, btw, I installed torch1.10 for compatibility with my cuda env.

@guofei1989
Copy link
Author

guofei1989 commented Mar 29, 2024 via email

@JohnsonXi
Copy link

torch version must match cuda version(use nvcc -V check), my cuda=11.8, so pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118, dont need to follow author readme.

@guofei1989
Copy link
Author

guofei1989 commented Aug 14, 2024 via email

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

3 participants