mirror of https://github.com/coqui-ai/TTS.git
Remove tortoise
parent
b40750d1f5
commit
605a857add
|
@ -8,10 +8,16 @@ on:
|
|||
types: [opened, synchronize, reopened]
|
||||
jobs:
|
||||
check_skip:
|
||||
# always skip this job while tortoise zoo is not fixed
|
||||
if: false
|
||||
runs-on: ubuntu-latest
|
||||
if: "! contains(github.event.head_commit.message, '[ci skip]')"
|
||||
steps:
|
||||
- run: echo "${{ github.event.head_commit.message }}"
|
||||
- name: Check skip
|
||||
run: echo "Skipping zoo-tests-tortoise"
|
||||
|
||||
# if: "! contains(github.event.head_commit.message, '[ci skip]')"
|
||||
# steps:
|
||||
# - run: echo "${{ github.event.head_commit.message }}"
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
@ -13,7 +13,7 @@ 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/en/multi-dataset/tortoise-v2",
|
||||
"tts_models/multilingual/multi-dataset/xtts_v1.1",
|
||||
"tts_models/multilingual/multi-dataset/xtts_v2",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue