Update README.md
#4
by
owao
- opened
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 |
|