Spaces:
Running
Running
| title: Fairseq 0.12.2 Python 3.10 Wheel | |
| emoji: 📦 | |
| colorFrom: blue | |
| colorTo: green | |
| sdk: static | |
| app_file: index.html | |
| pinned: false | |
| license: mit | |
| short_description: Wheel for fairseq to avoid compiling it locally. | |
| ## Description | |
| This wheel was compiled to avoid poblems compiling `fairseq` locally on Linux with Python 3.10. | |
| ### Installation prerequisites | |
| **1. Install the patched dependencies (required for the patch)** | |
| ```bash | |
| pip install "omegaconf>=2.1.1" "hydra-core>=1.1.0" | |
| ``` | |
| **2. Install the wheel** | |
| ```bash | |
| pip install fairseq-0.12.2-cp310-cp310-linux_x86_64.whl --no-deps | |
| ``` | |
| Build Info | |
| GPU: NVIDIA RTX A3000 Laptop GPU (Ampere architecture, sm_86) | |
| CUDA Version: 12.2 (Driver >= 535.309) | |
| Python: 3.10 (cp310) | |
| About License | |
| This project provides a pre-compiled package (wheel) based on the original Fairseq source code (Meta AI), distributed under the MIT license. The code has been slightly modified to ensure compatibility with recent versions of Omegaconf. | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |