Update README.md
Browse files
README.md
CHANGED
@@ -26,9 +26,10 @@ This model was trained using [H2O LLM Studio](https://github.com/h2oai/h2o-llmst
|
|
26 |
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.
|
27 |
|
28 |
```bash
|
29 |
-
pip install transformers==4.
|
30 |
-
pip install accelerate==0.
|
31 |
pip install torch==2.0.0
|
|
|
32 |
```
|
33 |
|
34 |
```python
|
|
|
26 |
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.
|
27 |
|
28 |
```bash
|
29 |
+
pip install transformers==4.29.2
|
30 |
+
pip install accelerate==0.19.0
|
31 |
pip install torch==2.0.0
|
32 |
+
pip install einops==0.6.1
|
33 |
```
|
34 |
|
35 |
```python
|