owao commited on
Commit
e70741f
·
verified ·
1 Parent(s): ea1f4b4

Update README.md

Browse files

add python version to instructions

Files changed (1) hide show
  1. README.md +1 -0
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