From 70e883a103ea9b224816fecf42e2c896c7cde95d Mon Sep 17 00:00:00 2001 From: Jeff Rasley Date: Mon, 26 Sep 2022 15:20:32 -0700 Subject: [PATCH] Updated issue templates (#2363) --- .../ISSUE_TEMPLATE/inference_bug_report.md | 41 +++++++++++++++++++ .../{bug_report.md => training_bug_report.md} | 4 +- 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/inference_bug_report.md rename .github/ISSUE_TEMPLATE/{bug_report.md => training_bug_report.md} (95%) diff --git a/.github/ISSUE_TEMPLATE/inference_bug_report.md b/.github/ISSUE_TEMPLATE/inference_bug_report.md new file mode 100644 index 00000000..d1130beb --- /dev/null +++ b/.github/ISSUE_TEMPLATE/inference_bug_report.md @@ -0,0 +1,41 @@ +--- +name: Bug report (inference) +about: Create a report to help us improve +title: "[BUG]" +labels: bug,inference +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Simple inference script to reproduce +2. What packages are required and their versions +3. How to run the script +4. ... + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**ds_report output** +Please run `ds_report` to give us details about your setup. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**System info (please complete the following information):** + - OS: [e.g. Ubuntu 18.04] + - GPU count and types [e.g. two machines with x8 A100s each] + - (if applicable) what [DeepSpeed-MII](https://github.com/microsoft/deepspeed-mii) version are you using + - (if applicable) Hugging Face Transformers/Accelerate/etc. versions + - Python version + - Any other relevant info about your setup + +**Docker context** +Are you using a specific docker image that you can share? + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/training_bug_report.md similarity index 95% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/training_bug_report.md index a053956e..df0f282e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/training_bug_report.md @@ -1,8 +1,8 @@ --- -name: Bug report +name: Bug report (training) about: Create a report to help us improve title: "[BUG]" -labels: bug +labels: bug,training assignees: '' --- -- GitLab