Can Balioglu
Can Balioglu
Do you mind sharing which operating system, PyTorch, and Python version you are using?
@cndn I think we should mention the (transitive) system requirements in seamless_communication README. @AlekseiLitvin thanks for the quick reply. As of today, fairseq2 supports only Linux and macOS. Our pip...
@astrowar we haven't documented it yet since we are working on setting up the SSL/TLS certificates, but, on your Linux machine, could you give the following command a try? ```sh...
@astrowar could you also share your pip version? To be on the safe side, you can also do a `pip install --upgrade pip`. Also would be nice to get detailed...
Ok assuming you are on Ubuntu, have pip 23.1, torch 2.0.1 and CUDA 11.8, could you please share the stdout/stderr of the `pip install` command with `--verbose` flag added?
@franko14 right now we don't have pre-built packages available for macOS. For the time-being I suggest using a Linux box. We plan to have macOS wheels available pretty soon.
@franko14 @astrowar realized that there was a typo in the URL I sent. It should have been ```sh pip install --verbose --trusted-host fair-package-repo.s3-website-us-east-1.amazonaws.com --index-url http://fair-package-repo.s3-website-us-east-1.amazonaws.com/fairseq2/whl/pt2.0.1/cu118 fairseq2 ``` Essentially instead of...
Hey everyone, yesterday I released fairseq2 v0.1.1 with significantly revised installation instructions and pre-built binaries for Apple-silicon Macs. Please give it a try in a fresh environment and let me...
@sagarcherukuri could you please try it with `pip install --no-cache --upgrade .`?
Hey folks, quick question. Are you trying to install fairseq2 in an Anaconda base environment?