Update README.md (#4)
Browse files- Update README.md (e70741fb75fb0822b0ec6ea07d7835575dcc9838)
Co-authored-by: blakkd <[email protected]>
README.md
CHANGED
@@ -82,6 +82,7 @@ use the installation guide AND the python implementation :]
|
|
82 |
First, ensure you have the necessary libraries installed:
|
83 |
|
84 |
```bash
|
|
|
85 |
pip install torch transformers accelerate
|
86 |
```
|
87 |
|
|
|
82 |
First, ensure you have the necessary libraries installed:
|
83 |
|
84 |
```bash
|
85 |
+
# python version >= 3.11
|
86 |
pip install torch transformers accelerate
|
87 |
```
|
88 |
|