-
Notifications
You must be signed in to change notification settings - Fork 19
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
Comments
I have the same issue, have you solved it? |
Not yet, I quit...
At 2024-03-28 11:55:26, "ges" ***@***.***> wrote:
I have the same issue, have you solved it?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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. |
Thank you, I will try it ^_^
At 2024-03-28 18:51:45, "ges" ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
torch version must match cuda version(use |
Thank you very much, I will try it.
At 2024-08-13 14:54:21, "JohnsonXi" ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
/root/.cache/torch_extensions/fused/fused.so: cannot open shared object file: No such file or directory
How to solve it ?
The text was updated successfully, but these errors were encountered: