diff options
| author | Yuren Hao <yurenh2@timan108.cs.illinois.edu> | 2025-09-04 22:16:22 -0500 |
|---|---|---|
| committer | Yuren Hao <yurenh2@timan108.cs.illinois.edu> | 2025-09-04 22:16:22 -0500 |
| commit | fc6d57ffb8d5ddb5820fcc00b5491a585c259ebc (patch) | |
| tree | e9841f93a353e2107225cfc721d1ce57c0e594dc /kk_eval/README.md | |
Initial commit
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. |
