Skip to content

Commit

Permalink
try updating fairseq to resolve np.float deprecation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Epic-Eric committed Aug 1, 2024
1 parent d65ecf2 commit 91ca1ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
sudo apt-get update
sudo apt-get install libsndfile1
python -m pip install --upgrade pip
pip install flake8 pytest black==23.3.0
pip install flake8 pytest black
pip install g2p-en
pip install huggingface-hub
pip install fairseq
pip install -U fairseq
pip install sentencepiece
pip install -e .
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 91ca1ea

Please sign in to comment.