From 4fe44493c47f65b4e6e15b5d04e16e1dcf573ac6 Mon Sep 17 00:00:00 2001 From: karol-brejna-i Date: Thu, 25 Jun 2026 13:57:25 +0200 Subject: [PATCH] Add test/test_low_bit_optim.py to XPU CI --- .github/scripts/ci_test_xpu.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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