Skip to content

Commit

Permalink
Updated issue templates (#2363)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffra authored Sep 26, 2022
1 parent 9df604b commit 70e883a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/inference_bug_report.md
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
@@ -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: ''

---
Expand Down

0 comments on commit 70e883a

Please sign in to comment.