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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,8 +27,8 @@ This model was trained using [H2O LLM Studio](https://github.com/h2oai/h2o-llmst
27
  To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers`, `accelerate` and `torch` libraries installed.
28
 
29
  ```bash
30
- pip install transformers==4.28.1
31
- pip install accelerate==0.18.0
32
  pip install torch==2.0.0
33
  ```
34
 
 
27
  To use the model with the `transformers` library on a machine with GPUs, first make sure you have the `transformers`, `accelerate` and `torch` libraries installed.
28
 
29
  ```bash
30
+ pip install transformers==4.29.2
31
+ pip install accelerate==0.19.0
32
  pip install torch==2.0.0
33
  ```
34