-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Allow for GPU-ID specification on CLI #732
Conversation
The documentation is not available anymore as the PR was closed or merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice! Thanks for adding this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, nice addition. However, I don't think CUDA_VISIBLE_DEVICES
would do anything for Apple Silicon GPUs.
@pacman100 correct, this is solely for non-M1 GPUs, I'll specify that in the info description for it |
Closes #543 by adding a
--gpu_ids
param to both the CLI as well as config, and has the CLI launcher utilize it as a result. This essentially just setsCUDA_VISIBLE_DEVICES
dynamically before launching codeIf need for it to occur in
notebook_launcher
is desired, I'll expand this further