Update README.md
Browse files
README.md
CHANGED
|
@@ -172,15 +172,15 @@ The code for XEUS is still in progress of being merged into the main ESPnet repo
|
|
| 172 |
pip install -e git+git://github.com/wanchichen/espnet.git@ssl
|
| 173 |
```
|
| 174 |
|
| 175 |
-
XEUS supports [Flash Attention](), which can be installed as follows:
|
| 176 |
-
|
| 177 |
```
|
| 178 |
-
|
|
|
|
| 179 |
```
|
| 180 |
|
|
|
|
|
|
|
| 181 |
```
|
| 182 |
-
|
| 183 |
-
git clone https://huggingface.co/espnet/XEUS
|
| 184 |
```
|
| 185 |
|
| 186 |
## Usage
|
|
|
|
| 172 |
pip install -e git+git://github.com/wanchichen/espnet.git@ssl
|
| 173 |
```
|
| 174 |
|
|
|
|
|
|
|
| 175 |
```
|
| 176 |
+
git lfs install
|
| 177 |
+
git clone https://huggingface.co/espnet/XEUS
|
| 178 |
```
|
| 179 |
|
| 180 |
+
XEUS supports [Flash Attention](), which can be installed as follows:
|
| 181 |
+
|
| 182 |
```
|
| 183 |
+
pip install flash-attn --no-build-isolation
|
|
|
|
| 184 |
```
|
| 185 |
|
| 186 |
## Usage
|