Skip to content

Commit

Permalink
removing fairseq2 dep + copy pasta in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmourachko committed Aug 22, 2023
1 parent b288d16 commit fea4d10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The full list of supported languages (along with download links) can be found he

## Installing
1. Install fairseq2. Follow tutorials in [fairseq2 repo](https://github.com/facebookresearch/fairseq2).
2. Install seamless_communication
2. Install SONAR
```bash
pip install --upgrade pip
pip install -e .
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
fairseq2==0.1.0rc0
numpy>=1.21
torch
torchaudio

0 comments on commit fea4d10

Please sign in to comment.