2023-11-16 19:35:30 +08:00
|
|
|
|
name: "\U0001F41B Bug / Help"
|
|
|
|
|
description: Create a report to help us improve the LLaMA Factory
|
|
|
|
|
body:
|
2024-07-02 19:16:12 +08:00
|
|
|
|
- type: markdown
|
|
|
|
|
attributes:
|
|
|
|
|
value: |
|
2024-07-02 19:18:56 +08:00
|
|
|
|
Issues included in **FAQs** or those with **insufficient** information may be closed without a response.
|
|
|
|
|
包含在**常见问题**内或提供信息**不完整**的 issues 可能不会被回复。
|
2024-07-02 19:16:12 +08:00
|
|
|
|
|
2023-11-16 19:35:30 +08:00
|
|
|
|
- type: checkboxes
|
|
|
|
|
id: reminder
|
|
|
|
|
attributes:
|
|
|
|
|
label: Reminder
|
|
|
|
|
description: |
|
2024-07-02 19:16:12 +08:00
|
|
|
|
Please ensure you have read the README carefully and searched the existing issues (including FAQs).
|
|
|
|
|
请确保您已经认真阅读了 README 并且搜索过现有的 issues(包括常见问题)。
|
2023-11-16 19:35:30 +08:00
|
|
|
|
|
|
|
|
|
options:
|
|
|
|
|
- label: I have read the README and searched the existing issues.
|
|
|
|
|
required: true
|
|
|
|
|
|
2024-05-31 13:18:18 +08:00
|
|
|
|
- type: textarea
|
|
|
|
|
id: system-info
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
attributes:
|
|
|
|
|
label: System Info
|
|
|
|
|
description: |
|
2024-06-06 01:28:14 +08:00
|
|
|
|
Please share your system info with us. You can run the command **llamafactory-cli env** and copy-paste its output below.
|
|
|
|
|
请提供您的系统信息。您可以在命令行运行 **llamafactory-cli env** 并将其输出复制到该文本框中。
|
2024-05-31 13:18:18 +08:00
|
|
|
|
|
2024-06-06 01:28:14 +08:00
|
|
|
|
placeholder: llamafactory version, platform, python version, ...
|
2024-05-31 13:18:18 +08:00
|
|
|
|
|
2023-11-16 19:35:30 +08:00
|
|
|
|
- type: textarea
|
|
|
|
|
id: reproduction
|
|
|
|
|
validations:
|
|
|
|
|
required: true
|
|
|
|
|
attributes:
|
|
|
|
|
label: Reproduction
|
|
|
|
|
description: |
|
|
|
|
|
Please provide code snippets, error messages and stack traces that reproduces the problem.
|
|
|
|
|
请提供运行参数,错误信息以及异常堆栈以便于我们复现该问题。
|
|
|
|
|
Remember to use Markdown tags to correctly format your code.
|
|
|
|
|
请合理使用 Markdown 标签来格式化您的文本。
|
|
|
|
|
|
|
|
|
|
placeholder: |
|
2024-06-11 15:40:21 +08:00
|
|
|
|
```bash
|
2024-06-03 19:24:10 +08:00
|
|
|
|
llamafactory-cli train ...
|
2024-06-11 15:40:21 +08:00
|
|
|
|
```
|
2023-11-16 19:35:30 +08:00
|
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: expected-behavior
|
|
|
|
|
validations:
|
|
|
|
|
required: false
|
|
|
|
|
attributes:
|
|
|
|
|
label: Expected behavior
|
|
|
|
|
description: |
|
|
|
|
|
Please provide a clear and concise description of what you would expect to happen.
|
|
|
|
|
请提供您原本的目的,即这段代码的期望行为。
|
|
|
|
|
|
|
|
|
|
- type: textarea
|
|
|
|
|
id: others
|
|
|
|
|
validations:
|
|
|
|
|
required: false
|
|
|
|
|
attributes:
|
|
|
|
|
label: Others
|