From 5550ff9c25b8d6d2ba35572883602423f74fb9bf Mon Sep 17 00:00:00 2001 From: "Li, Jiang" Date: Fri, 17 Oct 2025 13:34:56 +0800 Subject: [PATCH] [CI/Build] Update compressed tensor test path to fix CPU CI (#27068) Signed-off-by: jiang1.li --- .buildkite/scripts/hardware_ci/run-cpu-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/scripts/hardware_ci/run-cpu-test.sh b/.buildkite/scripts/hardware_ci/run-cpu-test.sh index 7512cb1bbed0..7927aef19e4e 100644 --- a/.buildkite/scripts/hardware_ci/run-cpu-test.sh +++ b/.buildkite/scripts/hardware_ci/run-cpu-test.sh @@ -70,7 +70,7 @@ function cpu_tests() { docker exec cpu-test-"$NUMA_NODE" bash -c " set -e pytest -x -s -v \ - tests/quantization/test_compressed_tensors.py::test_compressed_tensors_w8a8_logprobs[False-10-32-neuralmagic/Llama-3.2-1B-quantized.w8a8]" + tests/quantization/test_compressed_tensors.py::test_compressed_tensors_w8a8_logprobs" # Note: disable it until supports V1 # Run AWQ test