root commited on
Commit
3eb547e
·
1 Parent(s): b046c48

fix docker compose issue

Browse files
src/f5_tts/runtime/triton_trtllm/docker-compose.yml CHANGED
@@ -17,4 +17,4 @@ services:
17
  device_ids: ['0']
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 src/f5_tts/runtime/triton_trtllm/ && bash run.sh 0 4 $MODEL"
 
17
  device_ids: ['0']
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"