700-performance.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. name: ⚡ Discussion on the performance of Aphrodite
  2. description: Submit a proposal/discussion about the performance of Aphrodite
  3. title: "[Performance]: "
  4. labels: ["performance"]
  5. body:
  6. - type: markdown
  7. attributes:
  8. value: >
  9. #### Before submitting an issue, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/PygmalionAI/aphrodite-engine/issues?q=is%3Aissue+sort%3Acreated-desc+).
  10. - type: textarea
  11. attributes:
  12. label: Proposal to improve performance
  13. description: >
  14. How do you plan to improve Aphrodite's performance?
  15. validations:
  16. required: false
  17. - type: textarea
  18. attributes:
  19. label: Report of performance regression
  20. description: >
  21. Please provide detailed description of performance comparison to confirm the regression. You may want to run the benchmark script at https://github.com/PygmalionAI/aphrodite-engine/tree/main/tests/benchmarks .
  22. validations:
  23. required: false
  24. - type: textarea
  25. attributes:
  26. label: Misc discussion on performance
  27. description: >
  28. Anything about the performance.
  29. validations:
  30. required: false
  31. - type: textarea
  32. attributes:
  33. label: Your current environment (if you think it is necessary)
  34. description: |
  35. Please run the following and paste the output below.
  36. ```sh
  37. wget https://raw.githubusercontent.com/PygmalionAI/aphrodite-engine/main/env.py
  38. # For security purposes, please check the contents of env.py before running it.
  39. python env.py
  40. ```
  41. value: |
  42. ```text
  43. The output of `python env.py`
  44. ```
  45. validations:
  46. required: false
  47. - type: markdown
  48. attributes:
  49. value: >
  50. Thanks for contributing 🎉~