File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
.azure-pipelines/scripts/ut Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ elif [[ $(echo "${test_case}" | grep -c "tf pruning") != 0 ]]; then
9292fi
9393
9494if [[ $( echo " ${test_case} " | grep -c " api" ) != 0 ]] || [[ $( echo " ${test_case} " | grep -c " adaptor" ) != 0 ]]; then
95- pip install git+https://github.com/intel/ auto-round.git@5dd16fc34a974a8c2f5a4288ce72e61ec3b1410f
95+ pip install auto-round
9696fi
9797
9898# test deps
Original file line number Diff line number Diff line change 1- auto_round @ git+https://github.com/intel/auto-round.git@5dd16fc34a974a8c2f5a4288ce72e61ec3b1410f
1+ auto_round
22deepspeed @
git+https://github.com/HabanaAI/[email protected] 33expecttest
44intel_extension_for_pytorch
Original file line number Diff line number Diff line change 11--find-links https://download.pytorch.org/whl/torch_stable.html
22accelerate
3- auto-round @ git+https://github.com/intel/auto-round.git@5dd16fc34a974a8c2f5a4288ce72e61ec3b1410f
3+ auto-round
44dynast == 1.6.0rc1
55horovod
66intel-extension-for-pytorch
You can’t perform that action at this time.
0 commit comments