Skip to content

Commit 5f22753

Browse files
authored
Update Docker Compose for TTS service configuration
1 parent 6f4cb69 commit 5f22753

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/f5_tts/runtime/triton_trtllm/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
tts:
33
image: soar97/triton-f5-tts:24.12
4-
shm_size: '1gb'
4+
shm_size: '2gb'
55
ports:
66
- "8000:8000"
77
- "8001:8001"
@@ -14,7 +14,7 @@ services:
1414
reservations:
1515
devices:
1616
- driver: nvidia
17-
device_ids: ['0']
17+
device_ids: ['0', '1']
1818
capabilities: [gpu]
1919
command: >
20-
/bin/bash -c "pip install vocos && rm -rf F5-TTS && git clone https://github.com/SWivid/F5-TTS.git && cd F5-TTS/src/f5_tts/runtime/triton_trtllm/ && bash run.sh 0 4 $MODEL"
20+
/bin/bash -c "pip install vocos rjieba && rm -rf F5-TTS && git clone --branch multi-gpu https://github.com/webadmin2021/F5-TTS.git F5-TTS && cd F5-TTS/src/f5_tts/runtime/triton_trtllm/ && bash run.sh 0 4 $MODEL"

0 commit comments

Comments
 (0)