HeliXonProtein / OmegaFold

OmegaFold Release Code
Apache License 2.0
532 stars 75 forks source link

RuntimeError: CUDA out of memory. #37

Closed biotech70 closed 1 year ago

biotech70 commented 1 year ago

During running Omegafold in ubuntu 22.04 (RAM= 16 G, Cpu= i7-6700K, GPU= GTX 750 Ti), I got the following error for a peptide with 8 residues. error

RuiWang1998 commented 1 year ago

Hi,

Unfortunately it might be not possible to run the model on a 2GB-ram card. You could try to set --subbatch_size to 1 and see if it runs. If it does not run and output the same error stack, then we suggest you get access to a larger card (through colab, for example).

Best