minor: add random use case (#2408)

This commit is contained in:
Yineng Zhang
2024-12-09 03:21:35 +08:00
committed by GitHub
parent 0f8eb15323
commit 74bc9184c3
2 changed files with 31 additions and 2 deletions

View File

@@ -2,6 +2,10 @@ name: Experiment Runner
on:
workflow_dispatch:
inputs:
script:
description: "Experiment Runner Script"
default: "configs/sharegpt_config.yaml"
concurrency:
group: experiment-runner-${{ github.ref }}
@@ -20,7 +24,7 @@ jobs:
bash scripts/ci_install_dependency.sh
- name: Test experiment runner
timeout-minutes: 10
timeout-minutes: 120
run: |
cd test/srt
python3 experiment_runner.py --config configs/sharegpt_config.yaml
python3 experiment_runner.py --config ${{ inputs.script }}