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:
parent
4af8eff0a1
commit
d2203a8f18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue