arnocandel commited on
Commit
103b1b1
1 Parent(s): 2fe366f

commit files to HF hub

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -21,6 +21,7 @@ To use the model with the `transformers` library on a machine with GPUs, first m
21
 
22
  ```bash
23
  pip install transformers==4.28.1
 
24
  ```
25
 
26
  ```python
 
21
 
22
  ```bash
23
  pip install transformers==4.28.1
24
+ pip install accelerate==0.18.0
25
  ```
26
 
27
  ```python