asi commited on
Commit
d2e72e4
·
1 Parent(s): a202aed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- ````bash
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