200-installation.yml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. name: 🛠️ Installation
  2. description: Report an issue here when you hit errors during installation.
  3. title: "[Installation]: "
  4. labels: ["installation"]
  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 did you install Aphrodite?
  29. description: |
  30. Paste the full command you are trying to execute.
  31. value: |
  32. ```sh
  33. pip install aphrodite-engine
  34. ```
  35. - type: markdown
  36. attributes:
  37. value: >
  38. Thanks for contributing 🎉~