File tree Expand file tree Collapse file tree 1 file changed +2
-27
lines changed Expand file tree Collapse file tree 1 file changed +2
-27
lines changed Original file line number Diff line number Diff line change 40
40
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true
41
41
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=true
42
42
export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_FFMPEG=true
43
+ export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MOD_demucs=true
43
44
# Avoid reproducibility errors with CUBLAS: https://docs.nvidia.com/cuda/cublas/index.html#results-reproducibility
44
45
export CUBLAS_WORKSPACE_CONFIG=:4096:8
45
46
73
74
74
75
echo "::endgroup::"
75
76
echo "::group::Install other Dependencies"
76
- # conda install \
77
- # --quiet --yes \
78
- # -c conda-forge \
79
- # -c numba/label/dev \
80
- # libvorbis parameterized 'requests>=2.20'
81
- # pip3 install --progress-bar off \
82
- # SoundFile \
83
- # coverage \
84
- # pytest \
85
- # pytest-cov \
86
- # scipy \
87
- # transformers \
88
- # expecttest \
89
- # unidecode \
90
- # inflect \
91
- # Pillow \
92
- # sentencepiece \
93
- # pytorch-lightning \
94
- # 'protobuf<4.21.0' \
95
- # demucs \
96
- # tinytag \
97
- # flashlight-text \
98
- # git+https://github.com/kpu/kenlm/ \
99
- # git+https://github.com/pytorch/fairseq.git@e47a4c8
100
77
101
- pip3 install parameterized requests
102
- pip3 install SoundFile coverage pytest pytest-cov scipy expecttest unidecode inflect Pillow sentencepiece pytorch-lightning 'protobuf<4.21.0' demucs tinytag
103
- pip3 install pillow scipy "numpy>=1.26"
78
+ pip3 install parameterized requests coverage pytest pytest-cov scipy numpy expecttest
104
79
105
80
echo "::endgroup::"
106
81
echo "::group::Run tests"
You can’t perform that action at this time.
0 commit comments