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
509f5e0d
"include/git@developer.sourcefind.cn:yangql/googletest.git" did not exist on "0af0709b02899f9177db55eba7929e65e5834b29"
Commit
509f5e0d
authored
Apr 01, 2026
by
weishb
Browse files
把qwen3-tts.yaml文件放在本地
parent
61cb30de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
3 deletions
+25
-3
README.md
README.md
+3
-3
qwen3_tts.yaml
qwen3_tts.yaml
+22
-0
No files found.
README.md
View file @
509f5e0d
...
@@ -87,7 +87,7 @@ VoiceDesign
...
@@ -87,7 +87,7 @@ VoiceDesign
```
bash
```
bash
## serve启动
## serve启动
vllm-omni serve Qwen3-TTS/Qwen3-TTS-12Hz-1.7B-VoiceDesign
\
vllm-omni serve Qwen3-TTS/Qwen3-TTS-12Hz-1.7B-VoiceDesign
\
--stage-configs-path
vllm_omni/model_executor/stage_configs/
qwen3_tts.yaml
\
--stage-configs-path
qwen3_tts.yaml
\
--omni
\
--omni
\
--port
8001
\
--port
8001
\
--trust-remote-code
\
--trust-remote-code
\
...
@@ -113,7 +113,7 @@ CustomVoice
...
@@ -113,7 +113,7 @@ CustomVoice
```
bash
```
bash
## serve启动
## serve启动
vllm-omni serve Qwen3-TTS/Qwen3-TTS-12Hz-1.7B-CustomVoice
\
vllm-omni serve Qwen3-TTS/Qwen3-TTS-12Hz-1.7B-CustomVoice
\
--stage-configs-path
vllm_omni/model_executor/stage_configs/
qwen3_tts.yaml
\
--stage-configs-path
qwen3_tts.yaml
\
--omni
\
--omni
\
--port
8001
\
--port
8001
\
--trust-remote-code
\
--trust-remote-code
\
...
@@ -139,7 +139,7 @@ VoiceClone
...
@@ -139,7 +139,7 @@ VoiceClone
```
bash
```
bash
## serve启动
## serve启动
vllm-omni serve Qwen3-TTS/Qwen3-TTS-12Hz-1.7B-Base
\
vllm-omni serve Qwen3-TTS/Qwen3-TTS-12Hz-1.7B-Base
\
--stage-configs-path
vllm_omni/model_executor/stage_configs/
qwen3_tts.yaml
\
--stage-configs-path
qwen3_tts.yaml
\
--omni
\
--omni
\
--port
8001
\
--port
8001
\
--trust-remote-code
\
--trust-remote-code
\
...
...
qwen3_tts.yaml
0 → 100644
View file @
509f5e0d
stage_args
:
-
stage_id
:
0
stage_type
:
llm
# Use llm stage type to launch OmniLLM
runtime
:
devices
:
"
0"
max_batch_size
:
1
engine_args
:
model_stage
:
qwen3_tts
model_arch
:
Qwen3TTSForConditionalGeneration
worker_type
:
generation
scheduler_cls
:
vllm_omni.core.sched.omni_generation_scheduler.OmniGenerationScheduler
enforce_eager
:
true
trust_remote_code
:
true
async_scheduling
:
false
enable_prefix_caching
:
false
engine_output_type
:
audio
# Final output: audio waveform
gpu_memory_utilization
:
0.1
distributed_executor_backend
:
"
mp"
max_num_batched_tokens
:
1000000
final_output
:
true
final_output_type
:
audio
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