Skip to content

Commit

Permalink
update links in readme and fairseq2 install
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmourachko committed Aug 22, 2023
1 parent 7c3023e commit 10ffe65
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ The full list of supported languages (along with download links) can be found he
</p>


Model inference support thanks [Fairseq2](https://github.com/fairinternal/fairseq2) (TODO: change for external link once released)

## Text results
<p align="center">
<img src="materials/sonar_text_resulsts.png" width="800"><br />
Expand All @@ -30,10 +28,10 @@ Model inference support thanks [Fairseq2](https://github.com/fairinternal/fairse


## Installing
SONAR depends mainly on [Fairseq2](https://github.com/fairinternal/fairseq2) and can be installed using (tested with `python=3.8`)
1. Install fairseq2. Follow tutorials in [Fairseq2 repo](https://github.com/facebookresearch/fairseq2).
2. Install seamless_communication
```bash
pip install --upgrade pip
pip config set global.extra-index-url https://test.pypi.org/simple/
pip install -e .
```

Expand Down

0 comments on commit 10ffe65

Please sign in to comment.