Skip to content

Commit 5550ff9

Browse files
authored
[CI/Build] Update compressed tensor test path to fix CPU CI (#27068)
Signed-off-by: jiang1.li <jiang1.li@intel.com>
1 parent 3aeb19a commit 5550ff9

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)