Update README.md
Browse files
README.md
CHANGED
@@ -19,12 +19,12 @@ 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 instal vllm==0.1.4
|
23 |
pip instal torch==2.0.1
|
24 |
pip instal sentencepiece==0.1.99
|
25 |
pip instal tokenizers==0.13.3
|
26 |
pip instal accelerate==0.21.0
|
27 |
-
pip instal bitsandbytes==0.40.0
|
|
|
28 |
pip instal fraction
|
29 |
pip install protobuf
|
30 |
```
|
|
|
19 |
|
20 |
```
|
21 |
pip install transformers ==4.35.0
|
|
|
22 |
pip instal torch==2.0.1
|
23 |
pip instal sentencepiece==0.1.99
|
24 |
pip instal tokenizers==0.13.3
|
25 |
pip instal accelerate==0.21.0
|
26 |
+
pip instal bitsandbytes==0.40.0
|
27 |
+
pip instal vllm
|
28 |
pip instal fraction
|
29 |
pip install protobuf
|
30 |
```
|