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-TTS_pytorch
Commits
c0d47a5d
Commit
c0d47a5d
authored
Mar 02, 2026
by
weishb
Browse files
update README.md
parent
be69ba06
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
3 deletions
+24
-3
README.md
README.md
+24
-3
No files found.
README.md
View file @
c0d47a5d
...
@@ -87,7 +87,14 @@ python test_model_12hz_base.py
...
@@ -87,7 +87,14 @@ python test_model_12hz_base.py
VoiceDesign
VoiceDesign
```
bash
```
bash
## serve启动
## serve启动
VLLM_USE_V1
=
0 python
-m
vllm.entrypoints.openai.api_server
--model
Qwen3-TTS/Qwen3-TTS-12Hz-1.7B-VoiceDesign
--served-model-name
qwen3-tts
--host
0.0.0.0
--port
8000
--trust-remote-code
--dtype
bfloat16
--disable-async-output-proc
VLLM_USE_V1
=
0 python
-m
vllm.entrypoints.openai.api_server
\
--model
Qwen3-TTS/Qwen3-TTS-12Hz-1.7B-VoiceDesign
\
--served-model-name
qwen3-tts
\
--host
0.0.0.0
\
--port
8000
\
--trust-remote-code
\
--dtype
bfloat16
\
--disable-async-output-proc
## client访问
## client访问
curl
-sS
http://127.0.0.1:8000/v1/audio/speech
\
curl
-sS
http://127.0.0.1:8000/v1/audio/speech
\
...
@@ -113,7 +120,14 @@ curl -sS http://127.0.0.1:8000/v1/audio/speech \
...
@@ -113,7 +120,14 @@ curl -sS http://127.0.0.1:8000/v1/audio/speech \
CustomVoice
CustomVoice
```
bash
```
bash
## serve启动
## serve启动
VLLM_USE_V1
=
0 python
-m
vllm.entrypoints.openai.api_server
--model
Qwen3-TTS/Qwen3-TTS-12Hz-1.7B-CustomVoice
--served-model-name
qwen3-tts
--host
0.0.0.0
--port
8000
--trust-remote-code
--dtype
bfloat16
--disable-async-output-proc
VLLM_USE_V1
=
0 python
-m
vllm.entrypoints.openai.api_server
\
--model
Qwen3-TTS/Qwen3-TTS-12Hz-1.7B-CustomVoice
\
--served-model-name
qwen3-tts
\
--host
0.0.0.0
\
--port
8000
\
--trust-remote-code
\
--dtype
bfloat16
\
--disable-async-output-proc
## client访问
## client访问
curl
-sS
http://127.0.0.1:8000/v1/audio/speech
\
curl
-sS
http://127.0.0.1:8000/v1/audio/speech
\
...
@@ -140,7 +154,14 @@ curl -sS http://127.0.0.1:8000/v1/audio/speech \
...
@@ -140,7 +154,14 @@ curl -sS http://127.0.0.1:8000/v1/audio/speech \
Voice Clone
Voice Clone
```
bash
```
bash
## serve启动
## serve启动
VLLM_USE_V1
=
0 python
-m
vllm.entrypoints.openai.api_server
--model
Qwen3-TTS/Qwen3-TTS-12Hz-1.7B-Base
--served-model-name
qwen3-tts
--host
0.0.0.0
--port
8000
--trust-remote-code
--dtype
bfloat16
--disable-async-output-proc
VLLM_USE_V1
=
0 python
-m
vllm.entrypoints.openai.api_server
\
--model
Qwen3-TTS/Qwen3-TTS-12Hz-1.7B-Base
\
--served-model-name
qwen3-tts
\
--host
0.0.0.0
\
--port
8000
\
--trust-remote-code
\
--dtype
bfloat16
\
--disable-async-output-proc
## client访问
## client访问
curl
-sS
http://127.0.0.1:8000/v1/audio/speech
\
curl
-sS
http://127.0.0.1:8000/v1/audio/speech
\
...
...
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