bug-report.yml 2.2 KB

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