Unverified Commit 5550ff9c authored by Li, Jiang's avatar Li, Jiang Committed by GitHub
Browse files

[CI/Build] Update compressed tensor test path to fix CPU CI (#27068)


Signed-off-by: default avatarjiang1.li <jiang1.li@intel.com>
parent 3aeb19a3
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment