Skip to content

Commit

Permalink
update badcase.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jklj077 committed Sep 18, 2024
1 parent a15c759 commit b5765a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/badcase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ body:
attributes:
label: What are the models used?
description: |
Please list the model used, e.g., Qwen2-7B-Instruct, Qwen2-72B-Instruct-GGUF, etc.
Please list the model used, e.g., Qwen2.5-7B-Instruct, Qwen2.5-72B-Instruct-GGUF, etc.
Note that we only maintain models at <https://huggingface.co/Qwen> and <https://www.modelscope.com/organization/qwen>.
placeholder: "ex: Qwen2-xxx"
placeholder: "ex: Qwen2.5-xxx"
validations:
required: true
- type: input
Expand All @@ -31,7 +31,7 @@ body:
description: |
Please briefly describe the scenario, including the framework or the platform,
e.g., transformers, vllm, HF Demo, etc.
placeholder: "ex: Qwen2-7B cannot generate long texts with transformers."
placeholder: "ex: Qwen2.5-7B cannot generate long texts with transformers."
validations:
required: true
- type: checkboxes
Expand All @@ -41,13 +41,13 @@ body:
Please first check if you have followed the usage guide in related documentation and if the badcase is known:
either a workaround is avaiable or the badcase has been already reported.
options:
- label: I have followed [the GitHub README](https://github.com/QwenLM/Qwen2).
- label: I have followed [the GitHub README](https://github.com/QwenLM/Qwen2.5).
required: true
- label: I have checked [the Qwen documentation](https://qwen.readthedocs.io) and cannot find a solution there.
required: true
- label: I have checked the documentation of the related framework and cannot find useful information.
required: true
- label: I have searched [the issues](https://github.com/QwenLM/Qwen2/issues?q=is%3Aissue) and there is not a similar one.
- label: I have searched [the issues](https://github.com/QwenLM/Qwen2.5/issues?q=is%3Aissue) and there is not a similar one.
required: true
- type: textarea
attributes:
Expand Down Expand Up @@ -84,7 +84,7 @@ body:
value: |
#### Steps to reproduce
This happens to Qwen2-xB-Instruct-xxx and xxx.
This happens to Qwen2.5-xB-Instruct-xxx and xxx.
The badcase can be reproduced with the following steps:
1. ...
2. ...
Expand Down

0 comments on commit b5765a9

Please sign in to comment.