Update README.md (#1)
Browse files- Update README.md (64eb24cecc3588fdb1bf505a94610669ef822466)
Co-authored-by: Hoan Nguyen <[email protected]>
README.md
CHANGED
|
@@ -19,13 +19,13 @@ More training details and scripts can be seen at https://github.com/meta-math/Me
|
|
| 19 |
|
| 20 |
```
|
| 21 |
pip install transformers==4.35.0
|
| 22 |
-
pip
|
| 23 |
-
pip
|
| 24 |
-
pip
|
| 25 |
-
pip
|
| 26 |
-
pip
|
| 27 |
-
pip
|
| 28 |
-
pip
|
| 29 |
pip install protobuf
|
| 30 |
```
|
| 31 |
|
|
|
|
| 19 |
|
| 20 |
```
|
| 21 |
pip install transformers==4.35.0
|
| 22 |
+
pip install torch==2.0.1
|
| 23 |
+
pip install sentencepiece==0.1.99
|
| 24 |
+
pip install tokenizers==0.13.3
|
| 25 |
+
pip install accelerate==0.21.0
|
| 26 |
+
pip install bitsandbytes==0.40.0
|
| 27 |
+
pip install vllm
|
| 28 |
+
pip install fraction
|
| 29 |
pip install protobuf
|
| 30 |
```
|
| 31 |
|