Skip to content

Commit

Permalink
use commit hash for TTS
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkemgoknar committed Nov 16, 2023
1 parent f997ddf commit 23fd10a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push-to-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 23fd10a

Please sign in to comment.