Skip to content

Commit ecd6ec3

Browse files
committed
add dependency
1 parent 00124ff commit ecd6ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/ci_test_xpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cd torchao && pip install . --no-build-isolation && cd ..
1212

1313
python3 -c "import torch; import torchao; print(f'Torch version: {torch.__version__}')"
1414

15-
pip install pytest expecttest parameterized accelerate hf_transfer 'modelscope!=1.15.0'
15+
pip install pytest expecttest parameterized accelerate hf_transfer 'modelscope!=1.15.0' transformers tabulate
1616

1717
pytest -v -s torchao/test/quantization/ \
1818
torchao/test/dtypes/ \

0 commit comments

Comments
 (0)