Skip to content
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

using several GPUs on a single workstation #334

Open
errinaceus opened this issue May 8, 2024 · 1 comment
Open

using several GPUs on a single workstation #334

errinaceus opened this issue May 8, 2024 · 1 comment
Assignees

Comments

@errinaceus
Copy link

Is there a way to use two GPUs on a single workstation, not on a cluster?
export CUDA_VISIBLE_DEVICES doesn't work, neither does AlphaFold's flag --gpu_devices

@kashyapchhatbar
Copy link
Contributor

Here's what we've adapted in our workflow. Create a Docker image with AlphaPulldown configured and fire up one container with --gpu device=0 and another with --gpu device=1. Split your custom_mode.txt in two parts and let the containers run parallel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants