You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I could successfully install and run your version of alphafold, however, I notice only 1 GPU is used, even though I have 8x RTX 3090 cards.
When it reaches certain stage of relaxation, all the CPUs are used.
I tried to put "export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7" in exp/run_local.sh, but still only 1 GPU is used.
Any suggestion is greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi, I could successfully install and run your version of alphafold, however, I notice only 1 GPU is used, even though I have 8x RTX 3090 cards.
When it reaches certain stage of relaxation, all the CPUs are used.
I tried to put "export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7" in exp/run_local.sh, but still only 1 GPU is used.
Any suggestion is greatly appreciated!
The text was updated successfully, but these errors were encountered: