Skip to content

Commit

Permalink
add nvidia-smi question to bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
froystig committed Sep 26, 2022
1 parent e034432 commit 2a7b319
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Expand Up @@ -48,5 +48,14 @@ body:
placeholder: CPU/GPU/TPU
- type: input
attributes:
label: Additional System Info
label: Additional system info
placeholder: Python version, OS (Linux/Mac/Windows/WSL), etc.
- type: textarea
attributes:
label: NVIDIA GPU info
description: >-
If you are using an NVIDIA GPU, what is the output of the `nvidia-smi` command?
placeholder: |
```
...
```

0 comments on commit 2a7b319

Please sign in to comment.