Skip to content

Commit 00124ff

Browse files
committed
refine thr pytest command
1 parent 8d546c8 commit 00124ff

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/scripts/ci_test_xpu.sh

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,9 @@ python3 -c "import torch; import torchao; print(f'Torch version: {torch.__versio
1414

1515
pip install pytest expecttest parameterized accelerate hf_transfer 'modelscope!=1.15.0'
1616

17-
pytest -v -s torchao/test/quantization/
18-
19-
pytest -v -s torchao/test/dtypes/
20-
21-
pytest -v -s torchao/test/float8/
22-
23-
pytest -v -s torchao/test/integration/test_integration.py
24-
25-
pytest -v -s torchao/test/prototype/
26-
27-
pytest -v -s torchao/test/test_ao_models.py
17+
pytest -v -s torchao/test/quantization/ \
18+
torchao/test/dtypes/ \
19+
torchao/test/float8/ \
20+
torchao/test/integration/test_integration.py \
21+
torchao/test/prototype/ \
22+
torchao/test/test_ao_models.py

0 commit comments

Comments
 (0)