123456789101112131415161718192021222324252627282930313233343536373839 |
- name: 🛠️ Installation
- description: Report an issue here when you hit errors during installation.
- title: "[Installation]: "
- labels: ["installation"]
- body:
- - type: markdown
- attributes:
- value: >
- #### 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+).
- - type: textarea
- attributes:
- label: Your current environment
- description: |
- Please run the following and paste the output below.
- ```sh
- wget https://raw.githubusercontent.com/PygmalionAI/aphrodite-engine/main/env.py
- # For security purposes, please check the contents of env.py before running it.
- python env.py
- ```
- value: |
- ```text
- The output of `python env.py`
- ```
- validations:
- required: true
- - type: textarea
- attributes:
- label: How did you install Aphrodite?
- description: |
- Paste the full command you are trying to execute.
- value: |
- ```sh
- pip install aphrodite-engine
- ```
- - type: markdown
- attributes:
- value: >
- Thanks for contributing 🎉~
|