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
bb7fa6cc
Commit
bb7fa6cc
authored
Mar 04, 2026
by
weishb
Browse files
update README.md
parent
a808c524
Pipeline
#3425
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
bb7fa6cc
...
@@ -68,14 +68,14 @@ python inference.py
...
@@ -68,14 +68,14 @@ python inference.py
## serve启动
## serve启动
export
VLLM_USE_FUSED_RMS_ROPE
=
0
export
VLLM_USE_FUSED_RMS_ROPE
=
0
vllm serve Qwen3-ASR/Qwen3-ASR-1.7B
\
vllm serve
/path/
Qwen3-ASR/Qwen3-ASR-1.7B
\
--trust-remote-code
\
--trust-remote-code
\
--limit-mm-per-prompt
'{"audio": 1}'
--limit-mm-per-prompt
'{"audio": 1}'
## client访问
## client访问
curl
-X
POST
"http://127.0.0.1:8000/v1/audio/transcriptions"
\
curl
-X
POST
"http://127.0.0.1:8000/v1/audio/transcriptions"
\
-F
"file=@/path/to/test.wav"
\
-F
"file=@/path/to/test.wav"
\
-F
"model=/p
ublic/home/weishb
/Qwen3-ASR/Qwen3-ASR-1.7B"
-F
"model=/p
ath
/Qwen3-ASR/Qwen3-ASR-1.7B"
```
```
## 效果展示
## 效果展示
...
...
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