Skip to content

Commit

Permalink
Merge pull request #12480 from google:bug-template-gpu-smi
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 476979981
  • Loading branch information
jax authors committed Sep 26, 2022
2 parents 69d1a2c + 2a7b319 commit ddd8581
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
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 ddd8581

Please sign in to comment.