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 4040 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_DECODER=true
4141 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_SOX_ENCODER=true
4242 export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_FFMPEG=true
43+ export TORCHAUDIO_TEST_ALLOW_SKIP_IF_NO_MOD_demucs=true
4344 # Avoid reproducibility errors with CUBLAS: https://docs.nvidia.com/cuda/cublas/index.html#results-reproducibility
4445 export CUBLAS_WORKSPACE_CONFIG=:4096:8
4546
7374
7475 echo "::endgroup::"
7576 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
10077
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
10479
10580 echo "::endgroup::"
10681 echo "::group::Run tests"
You can’t perform that action at this time.
0 commit comments