shihan96 hoan commited on
Commit
016a7bb
1 Parent(s): ae2db13

Update README.md (#1)

Browse files

- Update README.md (64eb24cecc3588fdb1bf505a94610669ef822466)


Co-authored-by: Hoan Nguyen <hoan@users.noreply.huggingface.co>

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