Skip to content

Commit

Permalink
run-cpu-test.sh now runs multi-lora tests
Browse files Browse the repository at this point in the history
Signed-off-by: Akshat Tripathi <[email protected]>
  • Loading branch information
Akshat-Tripathi committed Jan 10, 2025
1 parent 5af9cbb commit 202aca3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .buildkite/run-cpu-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ function cpu_tests() {
--num-prompts 20 \
--endpoint /v1/completions \
--tokenizer facebook/opt-125m"

# Run multi-lora tests
docker exec cpu-test-"$BUILDKITE_BUILD_NUMBER"-"$NUMA_NODE" bash -c "
set -e
pytest -s -v \
tests/lora/test_qwen2vl.py \
tests/lora/test_lora_bias_e2e.py"
}

# All of CPU tests are expected to be finished less than 25 mins.
Expand Down

0 comments on commit 202aca3

Please sign in to comment.