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
Here is my gist using nvml library directly via python FFI ctypes.
nvml
Using nvml directly avoids x-server dependency. Also python makes it easy.
Just guessing, it would be simple to create python wrappers for all nvml calls you need.
Let me know what you think, Alex
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is my gist using
nvml
library directly via python FFI ctypes.Using nvml directly avoids x-server dependency. Also python makes it easy.
Just guessing, it would be simple to create python wrappers for all nvml calls you need.
Let me know what you think,
Alex
The text was updated successfully, but these errors were encountered: