update bug report issue template - include PL version (#8209)

* update github template

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>

Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
Co-authored-by: ananthsub <ananth.subramaniam@gmail.com>
This commit is contained in:
Adrian Wälchli 2021-06-30 10:47:44 +02:00 committed by GitHub
parent 4af8eff0a1
commit d2203a8f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -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