root commited on
Commit
58d70be
1 Parent(s): a550e38

update README

Browse files
evaluation/infinite_bench_eval/README.md CHANGED
@@ -1,8 +1,12 @@
1
  This is our script to evaluate InfiniteBench.
2
 
3
  You need to first install dependencies from requirement.txt
4
- ```pip install -r requirement.txt```
 
 
5
 
6
  Then you need to configure the model_path and data_home in *test_vllm.sh* and then run the following command
7
- ```bash test_vllm.sh | grep "final display" ```
 
 
8
  to get the corresponding score
 
1
  This is our script to evaluate InfiniteBench.
2
 
3
  You need to first install dependencies from requirement.txt
4
+ ```
5
+ pip install -r requirement.txt
6
+ ```
7
 
8
  Then you need to configure the model_path and data_home in *test_vllm.sh* and then run the following command
9
+ ```
10
+ bash test_vllm.sh | grep "final display"
11
+ ```
12
  to get the corresponding score