-
Notifications
You must be signed in to change notification settings - Fork 5
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
Memory Requirements #2
Comments
I see, loading the building block tensor definitely takes up quite a bit of CPU memory. Can you try going to the file |
I am no longer seeing that error, but the process simply ends with the terminal saying |
I checked the peak CPU memory usage and it was a bit under 50 GB, which I'm assuming is too much for your machine? I will look into how to lower this since once the building blocks get shuttled to GPU the CPU memory footprint is only around 9 GB. |
Curious, I have 64 GB and have tried running it in a clean linux image. Appreciate the help! |
I also encountered the same issue with a 256 GB clean Linux image. I’ve included my solution in PR #3, which resolves the problem by converting the array in smaller chunks. Line 49,
|
What are the system requirements outside of the GPU? I am running out of RAM on my 64 GB machine when running the benchmark with the following arguments:
sh evaluate.sh pistachio_reachable f2f
In WSL and PopOS it fails on a 44 GiB memory allocation for a numpy array with the below traceback:
The text was updated successfully, but these errors were encountered: