arnocandel
commited on
Commit
•
92f1a5f
1
Parent(s):
b39c3af
Update README.md
Browse files
README.md
CHANGED
@@ -30,11 +30,13 @@ H2O.ai's `h2ogpt-oasst1-falcon-40b` is a 40 billion parameter instruction-follow
|
|
30 |
|
31 |
## Usage
|
32 |
|
33 |
-
To use the model with the `transformers` library on a machine with GPUs, first make sure you have the
|
34 |
|
35 |
```bash
|
36 |
pip install transformers==4.29.2
|
37 |
pip install accelerate==0.19.0
|
|
|
|
|
38 |
```
|
39 |
|
40 |
```python
|
|
|
30 |
|
31 |
## Usage
|
32 |
|
33 |
+
To use the model with the `transformers` library on a machine with GPUs, first make sure you have the following libraries installed.
|
34 |
|
35 |
```bash
|
36 |
pip install transformers==4.29.2
|
37 |
pip install accelerate==0.19.0
|
38 |
+
pip install torch==2.0.1
|
39 |
+
pip install einops==0.6.1
|
40 |
```
|
41 |
|
42 |
```python
|