Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Qwen3-ASR_pytorch
Commits
5e4e2241
Commit
5e4e2241
authored
Mar 09, 2026
by
weishb
Browse files
update README.md
parent
58e48f9d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
README.md
README.md
+3
-2
requirements.txt
requirements.txt
+2
-1
No files found.
README.md
View file @
5e4e2241
...
...
@@ -44,6 +44,7 @@ docker run -it \
```
bash
pip uninstall vllm
pip
install
vllm-0.15.1+das.opt1.alpha.dtk2604-cp310-cp310-linux_x86_64.whl
pip
install
numpy
==
1.25.0
pip
install
-r
requirements.txt
```
...
...
@@ -67,14 +68,14 @@ python inference.py
## serve启动
export
VLLM_USE_FUSED_RMS_ROPE
=
0
vllm serve
/path/Qwen3-ASR
/Qwen3-ASR-1.7B
\
vllm serve
Qwen
/Qwen3-ASR-1.7B
\
--trust-remote-code
\
--limit-mm-per-prompt
'{"audio": 1}'
## client访问
curl
-X
POST
"http://127.0.0.1:8000/v1/audio/transcriptions"
\
-F
"file=@/path/to/test.wav"
\
-F
"model=
/path/Qwen3-ASR
/Qwen3-ASR-1.7B"
-F
"model=
Qwen
/Qwen3-ASR-1.7B"
```
## 效果展示
...
...
requirements.txt
View file @
5e4e2241
...
...
@@ -10,3 +10,4 @@ gradio
flask
pytz
pycountry
qwen-asr
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment