ColabFold
ColabFold copied to clipboard
RESOURCE_EXHAUSTED: Out of memory
Expected Behavior
Should produce models for our sequence (912 AA).
Current Behavior
Stops running at "Run Prediction" after running out of memory.
Steps to Reproduce (for bugs)
Can't provide sequence but I am only changing the default test sequence (which works) to our 912 AA sequence.
ColabFold Output (for bugs)
Could not predict test_cdf7a. Not Enough GPU memory? RESOURCE_EXHAUSTED: Out of memory while trying to allocate 7866899248 bytes. Resources menu shows GPU memory usage in the red.
Your Environment
Using basic Colab plan (not Pro)
This is probably a hardware limitation (you are running out of GPU memory). There are several options: Go pro, install colabfold locally on a good GPU.
Maybe try using a single sequence alignment. Not 100% sure this will reduce memory usage.