From 671a3782c11f9647b089e374f5d018710ac0575f Mon Sep 17 00:00:00 2001 From: Ren Xuancheng <jklj077@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:33:02 +0800 Subject: [PATCH] Create qwq.yml --- .github/ISSUE_TEMPLATE/qwq.yml | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/qwq.yml diff --git a/.github/ISSUE_TEMPLATE/qwq.yml b/.github/ISSUE_TEMPLATE/qwq.yml new file mode 100644 index 0000000..55f0fa6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/qwq.yml @@ -0,0 +1,41 @@ +name: QwQ-Preview +description: Report issues with QwQ-Preview. Please note that QwQ-Preview is a research preview. There are several known limitations. +title: "[QwQ-Preview]: " +body: + - type: input + attributes: + label: What is the scenario where the problem happened? + description: | + Please briefly describe the scenario, including the framework or the platform, + e.g., transformers, vllm, HF Demo, etc. + placeholder: "ex: codeswitch with ollama using temperature=0" + validations: + required: true + + - type: textarea + attributes: + label: Description + description: | + Please describe the badcase you have encountered. + The following template is recommended. + Feel free to modify as you needed. + value: | + #### Steps to reproduce + + The badcase can be reproduced with the following steps: + 1. Framework: + 2. Sampling parameters: + + The following example input & output can be used: + ``` + system: ... + user: ... + ... + ``` + + #### Expected results + + The results are expected to be ... + + validations: + required: true -- GitLab