From 3031eec44efc6ea15b7d5cda94da94227a248334 Mon Sep 17 00:00:00 2001 From: Michael Wyatt Date: Mon, 24 Apr 2023 14:45:36 -0700 Subject: [PATCH] Update DS-Chat issue template (#3368) * request log output * add more details --- .github/ISSUE_TEMPLATE/deepspeed_chat_bug_report.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/deepspeed_chat_bug_report.md b/.github/ISSUE_TEMPLATE/deepspeed_chat_bug_report.md index 9661a5ed6..bf997775f 100644 --- a/.github/ISSUE_TEMPLATE/deepspeed_chat_bug_report.md +++ b/.github/ISSUE_TEMPLATE/deepspeed_chat_bug_report.md @@ -8,7 +8,10 @@ assignees: '' --- **Describe the bug** -A clear and concise description of what the bug is. +A clear and concise description of what the bug is. Please include which training step you are using and which model you are training. + +**Log output** +If you used `train.py` to launch the application, please include the contents of the output log file. **To Reproduce** Steps to reproduce the behavior: