Skip to content
Snippets Groups Projects
Commit b5765a99 authored by Ren Xuancheng's avatar Ren Xuancheng
Browse files

update badcase.yml

parent a15c759b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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
......@@ -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:
......@@ -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. ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment