-
Notifications
You must be signed in to change notification settings - Fork 140
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
Question: If I have multiple GPUs, can I specify to run colabfold on separate GPU? #200
Comments
yes? |
This is a really unhelpful answer. There is no --gpu_devices flag in the Flags section of the read me or in the usage message from --help. Edit: Editing to add that --gpu_devices is indeed not a recognized flag. |
How about setting CUDA_VISIBLE_DEVICES=0 colabfold_batch --amber --templates <input> <outputdir>
CUDA_VISIBLE_DEVICES=1 colabfold_batch --amber --templates <input> <outputdir>
... |
Hi @YoshitakaMo, I did indeed end up setting specific devices as visible in the bash scripts I wrote. Thank for maintaining this great resource! |
Thank you very much! That was really helpful! |
I have multiple GPU on our server, can I run colabfold on separate GPU like alphafold2, just by using the flag: --gpu_devices?
The text was updated successfully, but these errors were encountered: