Commit
•
958b7f3
1
Parent(s):
00a4300
typo (#1)
Browse files- typo (e02b46483a06508ffcd6b714645d05fc0479846e)
Co-authored-by: Shadman Rohan <[email protected]>
README.md
CHANGED
@@ -53,7 +53,7 @@ The basic use cases to generate text using this model is simple. Follow the belo
|
|
53 |
Install the following library before running the code:
|
54 |
|
55 |
```sh
|
56 |
-
pip install
|
57 |
pip install einops
|
58 |
pip install accelerate
|
59 |
```
|
|
|
53 |
Install the following library before running the code:
|
54 |
|
55 |
```sh
|
56 |
+
pip install transformers
|
57 |
pip install einops
|
58 |
pip install accelerate
|
59 |
```
|