Can Balioglu 1 рік тому
батько
коміт
17adc40359
2 змінених файлів з 6 додано та 7 видалено
  1. 5 6
      README.md
  2. 1 1
      requirements.txt

+ 5 - 6
README.md

@@ -22,17 +22,16 @@ Links:
 
 # Quick Start
 ## Installation
+> [!NOTE]
+> One of the prerequisites of SeamlessM4T is [fairseq2](https://github.com/facebookresearch/fairseq2) which has pre-built packages available only
+> for Linux x84-86 and Apple-silicon Mac computers. In addition it has a dependency on [libsndfile](https://github.com/libsndfile/libsndfile) which
+> might not be installed on your machine. If you experience any installation issues, please refer to its
+> [README](https://github.com/facebookresearch/fairseq2) for further instructions.
 
 ```
 pip install .
 ```
 
-A temporary extra requirement for fairseq2 is [libsndfile](https://github.com/libsndfile/libsndfile). From [Conda](https://docs.conda.io/en/latest/) environment it can be installed via:
-```
-conda install -y -c conda-forge libsndfile
-```
-At this point fairseq2 has a confirmed support only for Linux and macOS. Pre-built packages are only available for Linux (macOS is planned).
-
 ## Running inference
 
 Here’s an example of using the CLI from the root directory to run inference.

+ 1 - 1
requirements.txt

@@ -3,4 +3,4 @@ datasets
 torchaudio
 soundfile
 librosa
-fairseq2==0.1.0
+fairseq2==0.1.*