Skip to content

Commit

Permalink
Remove Bark and XTTS workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Edresson committed Sep 28, 2023
1 parent bcf46df commit 2a2c594
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 105 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/zoo_tests_bark.yml

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/zoo_tests_xtts.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/zoo_tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def run_models(offset=0, step=1):


def test_xtts():
"""XTTS is too big to run on github actions. We need to test it locally"""
output_path = os.path.join(get_tests_output_path(), "output.wav")
speaker_wav = os.path.join(get_tests_data_path(), "ljspeech", "wavs", "LJ001-0001.wav")
use_gpu = torch.cuda.is_available()
Expand Down Expand Up @@ -151,5 +152,4 @@ def test_models_offset_1_step_3():


def test_models_offset_2_step_3():
print("aquiii")
run_models(offset=2, step=3)

0 comments on commit 2a2c594

Please sign in to comment.