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 00124ff commit 521920dCopy full SHA for 521920d
.github/scripts/ci_test_xpu.sh
@@ -12,7 +12,7 @@ cd torchao && pip install . --no-build-isolation && cd ..
12
13
python3 -c "import torch; import torchao; print(f'Torch version: {torch.__version__}')"
14
15
-pip install pytest expecttest parameterized accelerate hf_transfer 'modelscope!=1.15.0'
+pip install pytest expecttest parameterized accelerate hf_transfer 'modelscope!=1.15.0' transformers tabulate fire
16
17
pytest -v -s torchao/test/quantization/ \
18
torchao/test/dtypes/ \
0 commit comments