psinger commited on
Commit
03fcc9c
·
1 Parent(s): 6de20f7

Upload model card

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ This model was trained using [H2O LLM Studio](https://github.com/h2oai/h2o-llmst
22
  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.
23
 
24
  ```bash
25
- pip install transformers==4.30.1
26
  pip install accelerate==0.20.3
27
  pip install torch==2.0.0
28
  ```
 
22
  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.
23
 
24
  ```bash
25
+ pip install transformers==4.29.2
26
  pip install accelerate==0.20.3
27
  pip install torch==2.0.0
28
  ```