From 10ffe650df4819545a5937a845deaa33bb97f63b Mon Sep 17 00:00:00 2001 From: alexmourachko Date: Tue, 22 Aug 2023 01:25:12 -0700 Subject: [PATCH] update links in readme and fairseq2 install --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 70848f5..e462964 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ The full list of supported languages (along with download links) can be found he

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


@@ -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 . ```