1 parent 6f4cb69 commit 5f22753Copy full SHA for 5f22753
1 file changed
src/f5_tts/runtime/triton_trtllm/docker-compose.yml
@@ -1,7 +1,7 @@
1
services:
2
tts:
3
image: soar97/triton-f5-tts:24.12
4
- shm_size: '1gb'
+ shm_size: '2gb'
5
ports:
6
- "8000:8000"
7
- "8001:8001"
@@ -14,7 +14,7 @@ services:
14
reservations:
15
devices:
16
- driver: nvidia
17
- device_ids: ['0']
+ device_ids: ['0', '1']
18
capabilities: [gpu]
19
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"
+ /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