Update README.md
Browse files
README.md
CHANGED
|
@@ -19,13 +19,13 @@ To install the fixed version of Fairseq for Python 3.11, use the following comma
|
|
| 19 |
### Linux
|
| 20 |
|
| 21 |
```bash
|
| 22 |
-
pip install https://
|
| 23 |
```
|
| 24 |
|
| 25 |
### Windows
|
| 26 |
|
| 27 |
```bash
|
| 28 |
-
pip install https://
|
| 29 |
```
|
| 30 |
|
| 31 |
These commands will download and install the pre-built wheel files for Fairseq that are compatible with Python 3.11.
|
|
|
|
| 19 |
### Linux
|
| 20 |
|
| 21 |
```bash
|
| 22 |
+
pip install git+https://github.com/BF667/fairseq/releases/download/fixed-packages/fairseq-0.12.3-cp311-cp311-linux_x86_64.whl
|
| 23 |
```
|
| 24 |
|
| 25 |
### Windows
|
| 26 |
|
| 27 |
```bash
|
| 28 |
+
pip install git+https://github.com/BF667/fairseq/releases/download/fixed-packages/fairseq-0.12.3-cp311-cp311-win_amd64.whl
|
| 29 |
```
|
| 30 |
|
| 31 |
These commands will download and install the pre-built wheel files for Fairseq that are compatible with Python 3.11.
|