From 8d77d6f102c764e9ec12f2604e5b137406f1b18f Mon Sep 17 00:00:00 2001 From: Akshat Tripathi Date: Fri, 10 Jan 2025 17:06:18 +0000 Subject: [PATCH] Update .buildkite/run-cpu-test.sh Co-authored-by: Isotr0py <2037008807@qq.com> --- .buildkite/run-cpu-test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.buildkite/run-cpu-test.sh b/.buildkite/run-cpu-test.sh index 85a27cd0e30d1..ca5e8083831e1 100644 --- a/.buildkite/run-cpu-test.sh +++ b/.buildkite/run-cpu-test.sh @@ -81,7 +81,6 @@ function cpu_tests() { 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.