sagorsarker Shadman-Rohan commited on
Commit
958b7f3
1 Parent(s): 00a4300

- typo (e02b46483a06508ffcd6b714645d05fc0479846e)


Co-authored-by: Shadman Rohan <Shadman-Rohan@users.noreply.huggingface.co>

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