mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
fix(api/device): fix passing invalid device handle to NVML functions (#146)
This commit is contained in:
parent
aa9148d413
commit
d623531779
7 changed files with 220 additions and 153 deletions
4
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
4
.github/ISSUE_TEMPLATE/bug-report.yaml
vendored
|
|
@ -12,7 +12,7 @@ body:
|
|||
|
||||
```bash
|
||||
pip3 install --upgrade pipx
|
||||
pipx run --spec git+https://github.com/XuehaiPan/nvitop.git nvitop
|
||||
PYTHONFAULTHANDLER=1 pipx run --spec git+https://github.com/XuehaiPan/nvitop.git nvitop
|
||||
```
|
||||
|
||||
- type: checkboxes
|
||||
|
|
@ -128,7 +128,7 @@ body:
|
|||
id: logs
|
||||
attributes:
|
||||
label: Logs
|
||||
description: Run nvitop with `LOGLEVEL=DEBUG nvitop` and paste the output here.
|
||||
description: Run nvitop with `PYTHONFAULTHANDLER=1 LOGLEVEL=DEBUG nvitop` and paste the output here.
|
||||
render: text
|
||||
|
||||
- type: textarea
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
2
.github/ISSUE_TEMPLATE/feature-request.yaml
vendored
|
|
@ -12,7 +12,7 @@ body:
|
|||
|
||||
```bash
|
||||
pip3 install --upgrade pipx
|
||||
pipx run --spec git+https://github.com/XuehaiPan/nvitop.git nvitop
|
||||
PYTHONFAULTHANDLER=1 pipx run --spec git+https://github.com/XuehaiPan/nvitop.git nvitop
|
||||
```
|
||||
|
||||
- type: checkboxes
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/questions.yaml
vendored
2
.github/ISSUE_TEMPLATE/questions.yaml
vendored
|
|
@ -12,7 +12,7 @@ body:
|
|||
|
||||
```bash
|
||||
pip3 install --upgrade pipx
|
||||
pipx run --spec git+https://github.com/XuehaiPan/nvitop.git nvitop
|
||||
PYTHONFAULTHANDLER=1 pipx run --spec git+https://github.com/XuehaiPan/nvitop.git nvitop
|
||||
```
|
||||
|
||||
- type: checkboxes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue