ilu000 commited on
Commit
f23b403
1 Parent(s): 9f42287

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -30,6 +30,7 @@ To use the model with the `transformers` library on a machine with GPUs, first m
30
  pip install transformers==4.29.2
31
  pip install accelerate==0.19.0
32
  pip install torch==2.0.0
 
33
  ```
34
 
35
  ```python
 
30
  pip install transformers==4.29.2
31
  pip install accelerate==0.19.0
32
  pip install torch==2.0.0
33
+ pip install einops==0.6.1
34
  ```
35
 
36
  ```python