arnocandel commited on
Commit
b39c3af
·
1 Parent(s): 70a200d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,8 +33,8 @@ H2O.ai's `h2ogpt-oasst1-falcon-40b` is a 40 billion parameter instruction-follow
33
  To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers` and `accelerate` libraries installed.
34
 
35
  ```bash
36
- pip install transformers==4.28.1
37
- pip install accelerate==0.18.0
38
  ```
39
 
40
  ```python
 
33
  To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers` and `accelerate` libraries installed.
34
 
35
  ```bash
36
+ pip install transformers==4.29.2
37
+ pip install accelerate==0.19.0
38
  ```
39
 
40
  ```python