Kleineres Modell

This commit is contained in:
2026-06-19 17:22:28 +02:00
parent a5230964cb
commit 404c632cfc
20 changed files with 66 additions and 60 deletions

View File

@@ -23,10 +23,10 @@ services:
volumes:
- /home/guru/vllm/data/root:/root
- ./deploy/qwen3_tts.yaml:/deploy/qwen3_tts.yaml:ro
- ./entrypoint.sh:/entrypoint.sh:ro
- ./voice_clone_ui.py:/voice_clone_ui.py:ro
- ./ws_log_proxy.py:/ws_log_proxy.py:ro
- ./patch_qwen3_tts_runtime.py:/patch_qwen3_tts_runtime.py:ro
- ./docker/entrypoint.sh:/entrypoint.sh:ro
- ./docker/voice_clone_ui.py:/voice_clone_ui.py:ro
- ./docker/ws_log_proxy.py:/ws_log_proxy.py:ro
- ./docker/patch_qwen3_tts_runtime.py:/patch_qwen3_tts_runtime.py:ro
- ./ui:/ui:ro
command: ["/bin/bash", "/entrypoint.sh"]
restart: unless-stopped
@@ -58,8 +58,9 @@ services:
volumes:
- /home/guru/vllm/data/root:/root
- ./deploy/qwen3_tts.yaml:/deploy/qwen3_tts.yaml:ro
- ./entrypoint_clone.sh:/entrypoint_clone.sh:ro
- ./patch_qwen3_tts_runtime.py:/patch_qwen3_tts_runtime.py:ro
- ./deploy/qwen3_tts_clone.yaml:/deploy/qwen3_tts_clone.yaml:ro
- ./docker/entrypoint_clone.sh:/entrypoint_clone.sh:ro
- ./docker/patch_qwen3_tts_runtime.py:/patch_qwen3_tts_runtime.py:ro
command: ["/bin/bash", "/entrypoint_clone.sh"]
restart: "no"
healthcheck: