We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aeb19a commit 5550ff9Copy full SHA for 5550ff9
.buildkite/scripts/hardware_ci/run-cpu-test.sh
@@ -70,7 +70,7 @@ function cpu_tests() {
70
docker exec cpu-test-"$NUMA_NODE" bash -c "
71
set -e
72
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]"
+ tests/quantization/test_compressed_tensors.py::test_compressed_tensors_w8a8_logprobs"
74
75
# Note: disable it until supports V1
76
# Run AWQ test
0 commit comments