Skip to content

Commit

Permalink
Merge pull request espnet#5828 from Fhrozen/pr-ci
Browse files Browse the repository at this point in the history
CI Fix - Updated dependencies
  • Loading branch information
sw005320 authored Jul 12, 2024
2 parents 19787b1 + 163b5b3 commit 150ce04
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ tmp*
__pycache__/
check_autopep8
.coverage
.coverage.*
htmlcov
coverage.xml*
test_utils/bats-core/
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
|ubuntu/python3.8/pip|||[![ci on ubuntu](https://github.com/espnet/espnet/actions/workflows/ci_on_ubuntu.yml/badge.svg)](https://github.com/espnet/espnet/actions/workflows/ci_on_ubuntu.yml?query=branch%3Amaster)|[![ci on ubuntu](https://github.com/espnet/espnet/actions/workflows/ci_on_ubuntu.yml/badge.svg)](https://github.com/espnet/espnet/actions/workflows/ci_on_ubuntu.yml?query=branch%3Amaster)|
|ubuntu/python3.7/pip|[![ci on ubuntu](https://github.com/espnet/espnet/actions/workflows/ci_on_ubuntu.yml/badge.svg)](https://github.com/espnet/espnet/actions/workflows/ci_on_ubuntu.yml?query=branch%3Amaster)|[![ci on ubuntu](https://github.com/espnet/espnet/actions/workflows/ci_on_ubuntu.yml/badge.svg)](https://github.com/espnet/espnet/actions/workflows/ci_on_ubuntu.yml?query=branch%3Amaster)|||
|debian11/python3.10/conda||[![ci on debian11](https://github.com/espnet/espnet/actions/workflows/ci_on_debian11.yml/badge.svg)](https://github.com/espnet/espnet/actions/workflows/ci_on_debian11.yml?query=branch%3Amaster)|||
|centos7/python3.10/conda||[![ci on centos7](https://github.com/espnet/espnet/actions/workflows/ci_on_centos7.yml/badge.svg)](https://github.com/espnet/espnet/actions/workflows/ci_on_centos7.yml?query=branch%3Amaster)|||
|windows/python3.10/pip||||[![ci on windows](https://github.com/espnet/espnet/actions/workflows/ci_on_windows.yml/badge.svg)](https://github.com/espnet/espnet/actions/workflows/ci_on_windows.yml?query=branch%3Amaster)|
|macos/python3.10/pip||||[![ci on macos](https://github.com/espnet/espnet/actions/workflows/ci_on_macos.yml/badge.svg)](https://github.com/espnet/espnet/actions/workflows/ci_on_macos.yml?query=branch%3Amaster)|
|macos/python3.10/conda||||[![ci on macos](https://github.com/espnet/espnet/actions/workflows/ci_on_macos.yml/badge.svg)](https://github.com/espnet/espnet/actions/workflows/ci_on_macos.yml?query=branch%3Amaster)|
Expand Down
2 changes: 2 additions & 0 deletions tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -273,5 +273,7 @@ clean_extra:
rm -rf hts_engine_API.done open_jtalk.done pyopenjtalk.done
rm -rf muskits.done
rm -rf rvad_fast.done
rm -rf chainer espeak-ng festival MBROLA ParallelWaveGAN
rm -rf py3mmseg sctk* speech_tools sph2pipe* ._mwerSegmenter
rm -rf nkf mecab swig moses mwerSegmenter
rm -rf PESQ PESQ.zip
10 changes: 2 additions & 8 deletions tools/installers/install_fairseq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,8 @@ echo "[INFO] torch_version=${torch_version}"
if "$(pt_plus 1.8.0)" && "${python_36_plus}"; then

rm -rf fairseq

# FairSeq Commit id when making this PR: `commit 313ff0581561c7725ea9430321d6af2901573dfb`
# git clone --depth 1 https://github.com/pytorch/fairseq.git
# TODO(jiatong): to fix after the issue #4035 is fixed in fairseq
git clone https://github.com/pytorch/fairseq.git
cd fairseq
git checkout -b sync_commit 313ff0581561c7725ea9430321d6af2901573dfb
cd ..
# NOTE(nelson): using custom fairseq for espnet
git clone https://github.com/espnet/fairseq.git
python3 -m pip install --editable ./fairseq
python3 -m pip install filelock

Expand Down

0 comments on commit 150ce04

Please sign in to comment.