Skip to content

Commit 6fbc710

Browse files
remove_prototype_integration_tests (#4012)
Co-authored-by: Sam Anklesaria <[email protected]>
1 parent 3569c3a commit 6fbc710

File tree

3 files changed

+0
-77
lines changed

3 files changed

+0
-77
lines changed

test/integration_tests/prototype/hifi_gan_pipeline_test.py

Lines changed: 0 additions & 58 deletions
This file was deleted.

test/integration_tests/prototype/vggish_pipeline_test.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

test/integration_tests/rnnt_pipeline_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
import pytest
22
import torchaudio
33
from torchaudio.pipelines import EMFORMER_RNNT_BASE_LIBRISPEECH
4-
from torchaudio.prototype.pipelines import EMFORMER_RNNT_BASE_MUSTC, EMFORMER_RNNT_BASE_TEDLIUM3
54

65

76
@pytest.mark.parametrize(
87
"bundle,lang,expected",
98
[
109
(EMFORMER_RNNT_BASE_LIBRISPEECH, "en", "i have that curiosity beside me at this moment"),
11-
(EMFORMER_RNNT_BASE_MUSTC, "en", "I had that curiosity beside me at this moment."),
12-
(EMFORMER_RNNT_BASE_TEDLIUM3, "en", "i had that curiosity beside me at this moment"),
1310
],
1411
)
1512
def test_rnnt(bundle, sample_speech, expected):

0 commit comments

Comments
 (0)