300-usage.yml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. name: 💻 Usage
  2. description: Raise an issue here if you don't know how to use Aphrodite.
  3. title: "[Usage]: "
  4. labels: ["usage"]
  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: Your current environment
  13. description: |
  14. Please run the following and paste the output below.
  15. ```sh
  16. wget https://raw.githubusercontent.com/PygmalionAI/aphrodite-engine/main/env.py
  17. # For security purposes, please check the contents of env.py before running it.
  18. python env.py
  19. ```
  20. value: |
  21. ```text
  22. The output of `python env.py`
  23. ```
  24. validations:
  25. required: true
  26. - type: textarea
  27. attributes:
  28. label: How would you like to use Aphrodite?
  29. description: |
  30. A detailed description of how you want to use Aphrodite.
  31. value: |
  32. I want to run this [specific model](put link here). I don't know how to integrate it with Aphrodite.
  33. - type: markdown
  34. attributes:
  35. value: >
  36. Thanks for contributing 🎉~