From d2203a8f18c945eedc0972994a2dcbbba795049d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20W=C3=A4lchli?= Date: Wed, 30 Jun 2021 10:47:44 +0200 Subject: [PATCH] update bug report issue template - include PL version (#8209) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update github template * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Carlos MocholĂ­ * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: ananthsub Co-authored-by: Carlos MocholĂ­ Co-authored-by: ananthsub --- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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