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 8d546c8 commit 00124ffCopy full SHA for 00124ff
.github/scripts/ci_test_xpu.sh
@@ -14,14 +14,9 @@ python3 -c "import torch; import torchao; print(f'Torch version: {torch.__versio
14
15
pip install pytest expecttest parameterized accelerate hf_transfer 'modelscope!=1.15.0'
16
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
+pytest -v -s torchao/test/quantization/ \
+ torchao/test/dtypes/ \
+ torchao/test/float8/ \
+ torchao/test/integration/test_integration.py \
+ torchao/test/prototype/ \
+ torchao/test/test_ao_models.py
0 commit comments