返回 F5-TTS
bug_report.yml
根目录 / .github / ISSUE_TEMPLATE / bug_report.yml
1 name: "Bug Report"
2 description: |
3 Please provide as much details to help address the issue more efficiently, including input, output, logs and screenshots.
4 labels:
5 - bug
6 body:
7 - type: checkboxes
8 attributes:
9 label: Checks
10 description: "To ensure timely help, please confirm the following:"
11 options:
12 - label: This template is only for bug reports, usage problems go with 'Help Wanted'.
13 required: true
14 - label: I have thoroughly reviewed the project documentation but couldn't find information to solve my problem.
15 required: true
16 - label: I have searched for existing issues, including closed ones, and couldn't find a solution.
17 required: true
18 - label: I am using English to submit this issue to facilitate community communication.
19 required: true
20 - type: textarea
21 attributes:
22 label: Environment Details
23 description: "Provide details including OS, GPU info, Python version, any relevant software or dependencies, and trainer setting."
24 placeholder: e.g., CentOS Linux 7, 4 * RTX 3090, Python 3.10, torch==2.3.0+cu118, cuda 11.8, config yaml is ...
25 validations:
26 required: true
27 - type: textarea
28 attributes:
29 label: Steps to Reproduce
30 description: |
31 Include detailed steps, screenshots, and logs. Use the correct markdown syntax for code blocks.
32 placeholder: |
33 1. Create a new conda environment.
34 2. Clone the repository, install as local editable and properly set up.
35 3. Run the command: `accelerate launch src/f5_tts/train/train.py`.
36 4. Have following error message... (attach logs).
37 validations:
38 required: true
39 - type: textarea
40 attributes:
41 label: ✔️ Expected Behavior
42 placeholder: Describe in detail what you expected to happen.
43 validations:
44 required: false
45 - type: textarea
46 attributes:
47 label: ❌ Actual Behavior
48 placeholder: Describe in detail what actually happened.
49 validations:
50 required: false
50 lines YAML