diff --git a/.github/scripts/ci_test_xpu.sh b/.github/scripts/ci_test_xpu.sh index 061c3b2cc7..e9a12a94f7 100644 --- a/.github/scripts/ci_test_xpu.sh +++ b/.github/scripts/ci_test_xpu.sh @@ -23,4 +23,5 @@ pytest -v -s --ignore=torchao/test/quantization/pt2e/test_x86inductor_fusion.py torchao/test/float8/ \ torchao/test/integration/test_integration.py \ torchao/test/prototype/ \ - torchao/test/quantization/quantize_/workflows/ + torchao/test/quantization/quantize_/workflows/ \ + torchao/test/test_low_bit_optim.py