fix(api/libnvml): fix upstream changes for process info v3 APIs on 535.104.05 driver (#94)

This commit is contained in:
Xuehai Pan 2023-08-26 18:57:54 +08:00
parent 6a9663b33f
commit 9ff3ec3400
5 changed files with 27 additions and 76 deletions

View file

@ -25,7 +25,7 @@ repos:
- id: debug-statements
- id: double-quote-string-fixer
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.284
rev: v0.0.286
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]