Skip to content

Commit

Permalink
Make Style
Browse files Browse the repository at this point in the history
  • Loading branch information
Edresson committed Sep 28, 2023
1 parent 7e99524 commit 9972b03
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/zoo_tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import glob
import os
import shutil

import torch

from tests import get_tests_data_path, get_tests_output_path, run_cli
Expand All @@ -10,7 +11,11 @@
from TTS.utils.generic_utils import get_user_data_dir
from TTS.utils.manage import ModelManager

MODELS_WITH_SEP_TESTS = ["tts_models/multilingual/multi-dataset/bark", "tts_models/en/multi-dataset/tortoise-v2", "tts_models/multilingual/multi-dataset/xtts_v1"]
MODELS_WITH_SEP_TESTS = [
"tts_models/multilingual/multi-dataset/bark",
"tts_models/en/multi-dataset/tortoise-v2",
"tts_models/multilingual/multi-dataset/xtts_v1",
]


def run_models(offset=0, step=1):
Expand Down Expand Up @@ -116,6 +121,7 @@ def test_voice_conversion():
These are used to split tests into different actions on Github.
"""


def test_models_offset_0_step_3():
run_models(offset=0, step=3)

Expand Down

0 comments on commit 9972b03

Please sign in to comment.