summaryrefslogtreecommitdiff
path: root/kk_eval/README.md
blob: 49d9040cdbda75d433699b5e863288a2b473a1cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## Quick Start


1. Install dependencies:

```bash
pip install vllm
```

2. Execute the evaluation script:

```bash
bash eval_kk-ckpt_list.sh
```

   > **Note**: Ensure that all configurations are correctly set before running the script to avoid errors.