diff options
| author | 4332001876 <mzfslhm@163.com> | 2025-06-04 12:01:37 +0800 |
|---|---|---|
| committer | 4332001876 <mzfslhm@163.com> | 2025-06-04 12:01:37 +0800 |
| commit | a526bdc8d6e857a534240d5f7cb07b6a8a1f859e (patch) | |
| tree | 69ea85a5eee1ddf19ca5c9f7b6219d5ae8d6ce69 /kk_eval/README.md | |
| parent | 947d9dfdf16ae37109898111a5caacae7377b96d (diff) | |
Update README
Diffstat (limited to 'kk_eval/README.md')
| -rw-r--r-- | kk_eval/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kk_eval/README.md b/kk_eval/README.md new file mode 100644 index 0000000..49d9040 --- /dev/null +++ b/kk_eval/README.md @@ -0,0 +1,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. |
