diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cef062516b..9faa2331a2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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