Update nightly-eval.yml (#2100)

This commit is contained in:
Lianmin Zheng
2024-11-19 22:15:02 -08:00
committed by GitHub
parent 7d671e4ad2
commit 63a395b985

View File

@@ -27,9 +27,14 @@ jobs:
bash scripts/ci_install_dependency.sh
pip install --upgrade "evalplus[vllm] @ git+https://github.com/evalplus/evalplus"
- name: Nightly gsm8k and human eval Accuracy
- name: Test human eval
timeout-minutes: 120
run: |
cd test/srt
python3 test_nightly_human_eval.py
- name: Test gsm8k
timeout-minutes: 120
run: |
cd test/srt
python3 test_nightly_gsm8k_eval.py