mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-22 13:42:51 +08:00
Update bug-report.yml
Former-commit-id: f78e21f3417c9b561800db71d86f55defd3fa106
This commit is contained in:
parent
72ebcb9a04
commit
6a6f07053d
24
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
24
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -13,6 +13,18 @@ body:
|
|||||||
- label: I have read the README and searched the existing issues.
|
- label: I have read the README and searched the existing issues.
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
id: system-info
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
attributes:
|
||||||
|
label: System Info
|
||||||
|
description: |
|
||||||
|
Please share your system info with us. You can run the command **transformers-cli env** and copy-paste its output below.
|
||||||
|
请提供您的系统信息。您可以在命令行运行 **transformers-cli env** 并将其输出复制到该文本框中。
|
||||||
|
|
||||||
|
placeholder: transformers version, platform, python version, ...
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: reproduction
|
id: reproduction
|
||||||
validations:
|
validations:
|
||||||
@ -38,18 +50,6 @@ body:
|
|||||||
Please provide a clear and concise description of what you would expect to happen.
|
Please provide a clear and concise description of what you would expect to happen.
|
||||||
请提供您原本的目的,即这段代码的期望行为。
|
请提供您原本的目的,即这段代码的期望行为。
|
||||||
|
|
||||||
- type: textarea
|
|
||||||
id: system-info
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
attributes:
|
|
||||||
label: System Info
|
|
||||||
description: |
|
|
||||||
Please share your system info with us. You can run the command **transformers-cli env** and copy-paste its output below.
|
|
||||||
请提供您的系统信息。您可以在命令行运行 **transformers-cli env** 并将其输出复制到该文本框中。
|
|
||||||
|
|
||||||
placeholder: transformers version, platform, python version, ...
|
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: others
|
id: others
|
||||||
validations:
|
validations:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user