Update README.md
Browse files
README.md
CHANGED
@@ -29,4 +29,4 @@ We use FlashAttention during training, but we do not need it during inference. P
|
|
29 |
pip install flash-attn --no-build-isolation
|
30 |
```
|
31 |
|
32 |
-
Example usage can be found in ESPnet
|
|
|
29 |
pip install flash-attn --no-build-isolation
|
30 |
```
|
31 |
|
32 |
+
**Example usage can be found in ESPnet:** https://github.com/espnet/espnet/tree/master/egs2/owsm_ctc_v3.1/s2t1
|