Abdelrahman2922's picture
Add files using upload-large-folder tool
a4d9876 verified
Raw
History Blame Contribute Delete
2.32 kB
name: "Help Wanted"
description: |
Please provide as much details to help address the issue more efficiently, including input, output, logs and screenshots.
labels:
- help wanted
body:
- type: checkboxes
attributes:
label: Checks
description: "To ensure timely help, please confirm the following:"
options:
- label: This template is only for usage issues encountered.
required: true
- label: I have thoroughly reviewed the project documentation but couldn't find information to solve my problem.
required: true
- label: I have searched for existing issues, including closed ones, and couldn't find a solution.
required: true
- label: I am using English to submit this issue to facilitate community communication.
required: true
- type: textarea
attributes:
label: Environment Details
description: "Provide details such as OS, Python version, and any relevant software or dependencies."
placeholder: |
e.g., macOS 13.5, Python 3.13, torch==2.8.0
If training or finetuning related, provide detailed configuration including GPU info and training setup.
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
description: |
Include detailed steps, screenshots, and logs. Provide used prompt wav and text. Use the correct markdown syntax for code blocks.
placeholder: |
1. Clone the repo and install omnivoice with `uv sync`.
2. Run the command: `omnivoice-infer --text "This is a test." --ref_audio ref.wav --ref_text "Transcription." --output output.wav`
3. Stuck there with the following message... (attach logs and also error msg e.g. after ctrl-c).
4. Upload relevant audio files (e.g., ref.wav, output.wav) as .wav or packed in .zip.
validations:
required: true
- type: textarea
attributes:
label: ✔️ Expected Behavior
placeholder: Describe what you expected to happen in detail, e.g. output a generated audio.
validations:
required: false
- type: textarea
attributes:
label: Actual Behavior
placeholder: Describe what actually happened in detail, failure messages, etc.
validations:
required: false