We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95bac7c commit 9cd265eCopy full SHA for 9cd265e
.azure-pipelines/scripts/ut/3x/run_3x_pt.sh
@@ -13,7 +13,7 @@ echo "##[section]import check pass"
13
echo "##[group]set up UT env..."
14
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
15
pip install -r /neural-compressor/test/3x/torch/requirements.txt
16
-pip install torch==2.5.1 # For auto-round
+pip install torch==2.5.1 torchvision==0.20.1 # For auto-round
17
pip install pytest-cov
18
pip install pytest-html
19
echo "##[endgroup]"
0 commit comments