Update README.md
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ We directly adapted this mechanism from Graves ([2016](#graves-2016)). At each i
|
|
| 17 |
|
| 18 |
The architecture is not yet directly included in the Transformers library. So you shoud install the code implementation first:
|
| 19 |
|
| 20 |
-
|
| 21 |
pip install git+https://github.com/AntoineSimoulin/adaptive-depth-transformers
|
| 22 |
```
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
The architecture is not yet directly included in the Transformers library. So you shoud install the code implementation first:
|
| 19 |
|
| 20 |
+
```bash
|
| 21 |
pip install git+https://github.com/AntoineSimoulin/adaptive-depth-transformers
|
| 22 |
```
|
| 23 |
|