File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
.azure-pipelines/scripts/ut/3x Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,15 @@ pytest --cov="${inc_path}" --cov-append -vs --disable-warnings --html=report_ker
35
35
36
36
# test for tensorflow new api ut
37
37
pip uninstall intel-extension-for-tensorflow -y
38
+ pip uninstall intel-extension-for-tensorflow-lib -y
38
39
pip uninstall tensorflow -y
39
40
pip install /tf_dataset/tf_binary/230928/tensorflow* .whl
40
41
pip install cmake
41
42
pip install protobuf==3.20.3
42
43
pip install horovod==0.27.0
43
44
pip list
44
45
rm -rf tensorflow/*
46
+ mkdir -p tensorflow/quantization/ptq
45
47
mv ../3x_newapi tensorflow/quantization/ptq/newapi
46
48
pytest --cov=" ${inc_path} " --cov-append -vs --disable-warnings --html=report_new_tf_quant_one_case.html --self-contained-html ./tensorflow/quantization/ptq/newapi/test_big_saved_model.py 2>&1 | tee -a ${ut_log_name}
47
49
rm -rf tensorflow/quantization/ptq/newapi/test_big_saved_model.py
You can’t perform that action at this time.
0 commit comments