Longhui98 commited on
Commit
5fb79cd
1 Parent(s): 92d3c60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
  ```