You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(ci+docs): remove outdated workflows and streamline issue templates
- Deleted inactive GitHub workflows: stale issues management and auto-translator.
- Simplified issue templates for `bug_report.yml` and refactored contact links in `config.yml`.
- Updated repository README for new Docker-first project focus and local runtime-specific functionality.
- Adjusted tests to reflect API changes in the transcription audio selection logic.
description: Something unexpected happened, errors or badcases
1
+
name: Bug Report
2
+
description: Report a Qwen3-ASR-STT Docker, UI, API, benchmark, or runtime issue.
3
3
body:
4
4
- type: markdown
5
5
attributes:
6
6
value: |
7
-
**We appreciate your time and effort in filing this report. ❤**
7
+
Thanks for reporting a problem with Hangry Labs Qwen3-ASR-STT.
8
8
9
-
Issues are a vital part of open-source collaboration. They help identify and resolve real-world problems, improve the project for everyone, and create a transparent, well-documented knowledge base that benefits the entire community. **By reporting an issue, you're not just solving a problem for yourself --- you're helping others who may encounter the same challenge.**
9
+
This repository focuses on Docker packaging, the local browser UI, OpenAI-compatible transcription APIs, runtime defaults, benchmarks, and integration behavior.
10
10
11
-
To ensure your issue is addressed efficiently and effectively, please follow these guidelines when submitting:
12
-
13
-
1. **Use English**
14
-
Please write your issue in English. This ensures the widest possible audience can understand and contribute. Most translation tools also work best with English, making your report more accessible globally.
15
-
16
-
2. **Choose a clear and descriptive title**
17
-
Your title should summarize the issue clearly and include relevant details such as the model ID (e.g., `Qwen3-ASR-1.7B`) and the framework or environment (e.g., `qwen-asr`, `vllm`).
18
-
Example: `Qwen3-ASR-1.7B generates errors with vllm under CUDA 12.8`
19
-
20
-
3. **Provide reproducible steps**
21
-
Help us help you: include a minimal, self-contained code snippet and clear instructions to reproduce the issue. Be sure to specify:
22
-
- Your environment (OS, Python version, package versions)
23
-
- The exact commands or code used; the prompts and the sampling parameters in terms of badcases
24
-
- Expected vs. actual behavior
25
-
26
-
4. **Be precise and concise**
27
-
- Focus on **one issue per report**. If you have multiple bugs, please open separate issues.
28
-
- Include only the context and code necessary to understand and reproduce the problem.
29
-
- Think of your issue as a future reference for others --- aim to make it a helpful documentation entry.
30
-
31
-
32
-
Also keep in mind that this repository is dedicated to the open-weight versions of the **Qwen ASR**.
33
-
- For **Qwen API services** or closed-source variants, please contact Alibaba Cloud support directly.
11
+
For upstream model architecture, weights, or research behavior that is not specific to this Docker/UI/API fork, also check the upstream Qwen3-ASR repository:
12
+
https://github.com/QwenLM/Qwen3-ASR
34
13
35
14
- type: textarea
36
15
attributes:
@@ -44,10 +23,19 @@ body:
44
23
attributes:
45
24
label: Reproduction
46
25
description: |
47
-
Please provide minimal reproducible code.
26
+
Please provide exact commands or UI/API steps.
48
27
validations:
49
28
required: true
50
29
30
+
- type: textarea
31
+
attributes:
32
+
label: Docker Command or Task
33
+
description: |
34
+
Paste the docker command or Taskfile command you used, including image tag and environment variables.
35
+
render: shell
36
+
validations:
37
+
required: false
38
+
51
39
- type: textarea
52
40
attributes:
53
41
label: Logs
@@ -62,13 +50,13 @@ body:
62
50
attributes:
63
51
label: Environment Information
64
52
description: |
65
-
Please provide information about you environment, e.g., the software versions and the information on the OS, GPUs, CUDA, and NVIDIA Driver if GPUs are used.
53
+
Include OS, Docker version, GPU model, NVIDIA driver, CUDA runtime if known, image tag, model, and whether you used the full or tiny image.
66
54
validations:
67
55
required: true
68
56
69
57
- type: checkboxes
70
58
attributes:
71
59
label: Known Issue
72
60
options:
73
-
- label: The issue hasn't been already addressed in Documentation, Issues, and Discussions.
74
-
61
+
- label: I checked the README, Docker Hub docs, and existing issues for this problem.
0 commit comments