Skip to content

Commit 7775768

Browse files
authored
remove autoround limit (#2036)
Signed-off-by: Sun, Xuehao <[email protected]>
1 parent 795aeb5 commit 7775768

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.azure-pipelines/scripts/ut/env_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ elif [[ $(echo "${test_case}" | grep -c "tf pruning") != 0 ]]; then
9292
fi
9393

9494
if [[ $(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
9696
fi
9797

9898
# test deps

test/3x/torch/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
auto_round @ git+https://github.com/intel/auto-round.git@5dd16fc34a974a8c2f5a4288ce72e61ec3b1410f
1+
auto_round
22
deepspeed @ git+https://github.com/HabanaAI/[email protected]
33
expecttest
44
intel_extension_for_pytorch

test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--find-links https://download.pytorch.org/whl/torch_stable.html
22
accelerate
3-
auto-round @ git+https://github.com/intel/auto-round.git@5dd16fc34a974a8c2f5a4288ce72e61ec3b1410f
3+
auto-round
44
dynast==1.6.0rc1
55
horovod
66
intel-extension-for-pytorch

0 commit comments

Comments
 (0)