diff --git a/.github/workflows/build-and-push-to-ghcr.yml b/.github/workflows/build-and-push-to-ghcr.yml index c023672..3425cbb 100644 --- a/.github/workflows/build-and-push-to-ghcr.yml +++ b/.github/workflows/build-and-push-to-ghcr.yml @@ -27,7 +27,7 @@ jobs: sudo rm -rf "/usr/local/share/boost" sudo rm -rf "$AGENT_TOOLSDIRECTORY" - - name: Build only for PR Cuda 11.7 + - name: Build only for PR Cuda 11.8 if: github.ref != 'refs/heads/main' uses: docker/build-push-action@v5 with: @@ -37,7 +37,7 @@ jobs: cache-from: type=registry,ref=ghcr.io/coqui-ai/xtts-streaming-server:cache-latest; type=registry,ref=ghcr.io/coqui-ai/xtts-streaming-server:cache-pr-${{ github.event.number }} cache-to: type=registry,ref=ghcr.io/coqui-ai/xtts-streaming-server:cache-pr-${{ github.event.number }} - - name: Build and Push image Cuda 11.7 + - name: Build and Push image Cuda 11.8 if: github.ref == 'refs/heads/main' uses: docker/build-push-action@v5 with: diff --git a/server/requirements.txt b/server/requirements.txt index bf45273..babd727 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,4 +1,4 @@ -TTS @ git+https://github.com/coqui-ai/TTS@sentence_spliting +TTS @ git+https://github.com/coqui-ai/TTS@491f16ec3775182a458468c9745bbc101a4c5c95 uvicorn[standard]==0.23.2 fastapi==0.95.2 deepspeed==0.10.3