diff options
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. |
