Skip to content

Commit

Permalink
update bug report issue template - include PL version (#8209)
Browse files Browse the repository at this point in the history
* update github template

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: Carlos Mocholí <[email protected]>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: ananthsub <[email protected]>

Co-authored-by: Carlos Mocholí <[email protected]>
Co-authored-by: ananthsub <[email protected]>
  • Loading branch information
3 people authored Jun 30, 2021
1 parent 4af8eff commit d2203a8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ wget https://raw.githubusercontent.com/PyTorchLightning/pytorch-lightning/master
python collect_env_details.py
```

- PyTorch Version (e.g., 1.0):
- OS (e.g., Linux):
- How you installed PyTorch (`conda`, `pip`, source):
- Build command you used (if compiling from source):
- PyTorch Lightning Version (e.g., 1.3.0):
- PyTorch Version (e.g., 1.8)
- Python version:
- OS (e.g., Linux):
- CUDA/cuDNN version:
- GPU models and configuration:
- How you installed PyTorch (`conda`, `pip`, source):
- If compiling from source, the output of `torch.__config__.show()`:
- Any other relevant information:

### Additional context
Expand Down

0 comments on commit d2203a8

Please sign in to comment.