Open Tharun-tharun opened 5 months ago
how much memory do you have?
I have GPU RTX 4070 16GB, and RAM 16GB. I don't think I'm running out of space because I've been trying to figure out many ways to solve this on my Windows 11 but unfortunately no luck, I literally spent everyday trying to figure out how to make this work. I've already spent enough time on your repo's previous issues and tired that as well it just didn't work. I'm not sure if it's a Windows issue or not. Should I need to test with Ubuntu?
the issue seems your RAM is too small and runs OOM when compile.
Can you add set MAKEFLAGS=-j4
at this line before FORCE_CUDA=1 python setup.py develop
Got it. I'll try that out and let you know how it goes in this thread.
OMG! I've spent quite a while trying to figure out how to fix this issue, and this command truly rescued with just that SET MAKEFLAGS=-j4
Also, I have a quick question here what is the minimum RAM required for this thing to run? I thought 16GB RAM would suffice here. Do you think it's just an OOM issue? Also, now that this is resolved, do you think I need to make any further changes to the code if it throws any future issues while setting up this environment?
I've only tested with RAM>=32G. So I'm not sure if 16G would work. So far the issues seems to be just OOM.
Hi,
After getting passed the setuptool issue, a new error arises while building the docker, as seen below:
Can someone help me to solve this error. Thanks!