wanchichen commited on
Commit
1a8a1af
1 Parent(s): 48152a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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
- pip install flash-attn --no-build-isolation
 
179
  ```
180
 
 
 
181
  ```
182
- git lfs install
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