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

Let CUDA decide which GPU to use #49

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

avivko
Copy link

@avivko avivko commented Aug 2, 2021

Previously the default GPU gpu0 is always used in the script.
This small change allows you to chose another GPU and also makes sure DAN-msa doesn't just use gpu0 as default, which then doesn't allow CUDA to distribute the workload itself, which results in OOM errors in case that GPU is busy, even when other GPUs might be idle.

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

Successfully merging this pull request may close these issues.

1 participant