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
  ```