ssiidd commited on
Commit
9568053
1 Parent(s): 910bdcb

Add fairseq installation

Browse files
Files changed (2) hide show
  1. requirements.txt +2 -1
  2. s3prl.sh +3 -3
requirements.txt CHANGED
@@ -4,4 +4,5 @@ parallel_wavegan==0.5.3
4
  espnet_model_zoo
5
  scipy
6
  torch
7
- SoundFile==0.10.3.post1
 
4
  espnet_model_zoo
5
  scipy
6
  torch
7
+ SoundFile==0.10.3.post1
8
+ fairseq@git+https://github.com//pytorch/fairseq.git@f2146bdc7abf293186de9449bfa2272775e39e1d#egg=fairseq
s3prl.sh CHANGED
@@ -2,6 +2,6 @@ git clone https://github.com/s3prl/s3prl.git
2
  # rm -rf fairseq
3
 
4
  # FairSeq Commit id when making this PR: `commit 313ff0581561c7725ea9430321d6af2901573dfb`
5
- git clone --depth 1 https://github.com/pytorch/fairseq.git
6
- python3 -m pip install --editable ./fairseq
7
- python3 -m pip install filelock
2
  # rm -rf fairseq
3
 
4
  # FairSeq Commit id when making this PR: `commit 313ff0581561c7725ea9430321d6af2901573dfb`
5
+ # git clone --depth 1 https://github.com/pytorch/fairseq.git
6
+ # python3 -m pip install --editable ./fairseq
7
+ # python3 -m pip install filelock