wenhuach commited on
Commit
b275332
·
verified ·
1 Parent(s): b7b2aed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -42,9 +42,9 @@ She is curious and brave and
42
 
43
  pip install lm-eval==0.4.2
44
 
45
- ~~bash
46
  lm_eval --model hf --model_args pretrained="Intel/phi-2-int4-inc" --device cuda:0 --tasks lambada_openai,hellaswag,piqa,winogrande,truthfulqa_mc1,openbookqa,boolq,arc_easy,arc_challenge,mmlu --batch_size 16
47
- ~~
48
 
49
 
50
 
 
42
 
43
  pip install lm-eval==0.4.2
44
 
45
+ ```bash
46
  lm_eval --model hf --model_args pretrained="Intel/phi-2-int4-inc" --device cuda:0 --tasks lambada_openai,hellaswag,piqa,winogrande,truthfulqa_mc1,openbookqa,boolq,arc_easy,arc_challenge,mmlu --batch_size 16
47
+ ```
48
 
49
 
50