R-Kentaren commited on
Commit
06f63a5
·
verified ·
1 Parent(s): fe6a9c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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://huggingface.co/R-Kentaren/Fairseq/resolve/main/fairseq-linux_x86_64.whl
23
  ```
24
 
25
  ### Windows
26
 
27
  ```bash
28
- pip install https://huggingface.co/R-Kentaren/Fairseq/resolve/main/fairseq-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.
 
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.