wty-ustc / HairCLIPv2

[ICCV 2023] HairCLIPv2: Unifying Hair Editing via Proxy Feature Blending
182 stars 19 forks source link

Fail to compile the cpp extension #10

Open guofei1989 opened 7 months ago

guofei1989 commented 7 months ago

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

How to solve it ?

Geliv commented 6 months ago

I have the same issue, have you solved it?

guofei1989 commented 6 months ago

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: @.***>

Geliv commented 6 months ago

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 commented 6 months ago

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: @.***>

JohnsonXi commented 1 month ago

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 commented 1 month ago

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: @.***>