init ascend tts

This commit is contained in:
2025-09-05 11:27:43 +08:00
parent d53ac91bb6
commit b92a65b0fa
602 changed files with 590901 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
FROM quay.io/ascend/vllm-ascend:v0.10.0rc1
WORKDIR /workspace
COPY . /workspace/
RUN pip install -r requirements_f5.txt -c constraints_f5.txt
RUN cd F5-TTS && pip install -e . -c ../constraints_f5.txt
ENTRYPOINT ["/bin/bash", "launch_f5.sh"]