We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I often don't care about the memory usage of my GPUs, but I care a lot if someone else is using the GPUs.
Is there any way, like in gpustat command to GPUtil.getFirstAvailable(order='memory', maxLoad=1, maxMemory=1) and isUsed=False ?
GPUtil.getFirstAvailable(order='memory', maxLoad=1, maxMemory=1)
isUsed=False
I have processes running on 1000s of GPUs, and I don't want to run on already used GPUs by myself or other people.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I often don't care about the memory usage of my GPUs, but I care a lot if someone else is using the GPUs.
Is there any way, like in gpustat command to
GPUtil.getFirstAvailable(order='memory', maxLoad=1, maxMemory=1)
andisUsed=False
?I have processes running on 1000s of GPUs, and I don't want to run on already used GPUs by myself or other people.
The text was updated successfully, but these errors were encountered: