Skip to content

Commit 9f1639d

Browse files
bigPYJ11510xrushi
authored andcommitted
[CI/Build] Update compressed tensor test path to fix CPU CI (vllm-project#27068)
Signed-off-by: jiang1.li <jiang1.li@intel.com> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
1 parent cb5753c commit 9f1639d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/hardware_ci/run-cpu-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function cpu_tests() {
7070
docker exec cpu-test-"$NUMA_NODE" bash -c "
7171
set -e
7272
pytest -x -s -v \
73-
tests/quantization/test_compressed_tensors.py::test_compressed_tensors_w8a8_logprobs[False-10-32-neuralmagic/Llama-3.2-1B-quantized.w8a8]"
73+
tests/quantization/test_compressed_tensors.py::test_compressed_tensors_w8a8_logprobs"
7474

7575
# Note: disable it until supports V1
7676
# Run AWQ test

0 commit comments

Comments
 (0)