VGen icon indicating copy to clipboard operation
VGen copied to clipboard

V100 machine

Open mingzhang1998 opened this issue 2 years ago • 5 comments

Hi Steven, Do you know when will the algorithm be ready for V100 machine. We only have V100 machine and the inference process returns error like that 截屏2024-01-11 下午4 01 15 Thanks for this work btw.

mingzhang1998 avatar Jan 11 '24 08:01 mingzhang1998

Hi, thanks for your interest in our work. You can refer to this link for now to address your concerns. I haven't done a thorough validation yet, but based on our experience, the differences should be very minimal.

Steven-SWZhang avatar Jan 11 '24 16:01 Steven-SWZhang

@mingzhang1998 bro, have you solve this problem. i tried to change the code to 'model = model.half().to(gpu)'; but it did not work.

MingkunLei avatar Jan 25 '24 08:01 MingkunLei

@mingzhang1998 bro, have you solve this problem. i tried to change the code to 'model = model.half().to(gpu)'; but it did not work.

Sry man. I failed to solve it. I tried several machines even including an A100 (40G), but they all give me the same error.

mingzhang1998 avatar Jan 25 '24 08:01 mingzhang1998

@mingzhang1998 Have you tried to reisntall all the dependencies, especially the pytorch? If you solve the problem in the future, hope to send the method, thanks!

MingkunLei avatar Jan 25 '24 10:01 MingkunLei

@mingzhang1998 hey bro, I tried to upgrade my xformers to 0.0.16 then it works. Maybe you could try it.

MingkunLei avatar Feb 05 '24 09:02 MingkunLei