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: ...@@ -20,9 +20,9 @@ body:
attributes: attributes:
label: What are the models used? label: What are the models used?
description: | 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>. 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: validations:
required: true required: true
- type: input - type: input
...@@ -31,7 +31,7 @@ body: ...@@ -31,7 +31,7 @@ body:
description: | description: |
Please briefly describe the scenario, including the framework or the platform, Please briefly describe the scenario, including the framework or the platform,
e.g., transformers, vllm, HF Demo, etc. 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: validations:
required: true required: true
- type: checkboxes - type: checkboxes
...@@ -41,13 +41,13 @@ body: ...@@ -41,13 +41,13 @@ body:
Please first check if you have followed the usage guide in related documentation and if the badcase is known: 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. either a workaround is avaiable or the badcase has been already reported.
options: 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 required: true
- label: I have checked [the Qwen documentation](https://qwen.readthedocs.io) and cannot find a solution there. - label: I have checked [the Qwen documentation](https://qwen.readthedocs.io) and cannot find a solution there.
required: true required: true
- label: I have checked the documentation of the related framework and cannot find useful information. - label: I have checked the documentation of the related framework and cannot find useful information.
required: true 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 required: true
- type: textarea - type: textarea
attributes: attributes:
...@@ -84,7 +84,7 @@ body: ...@@ -84,7 +84,7 @@ body:
value: | value: |
#### Steps to reproduce #### 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: The badcase can be reproduced with the following steps:
1. ... 1. ...
2. ... 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