Skip to content

Commit b3257cf

Browse files
committed
fix the issue
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 0a5003e commit b3257cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure-pipelines/scripts/ut/3x/run_3x_tf.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,15 @@ pytest --cov="${inc_path}" --cov-append -vs --disable-warnings --html=report_ker
3535

3636
# test for tensorflow new api ut
3737
pip uninstall intel-extension-for-tensorflow -y
38+
pip uninstall intel-extension-for-tensorflow-lib -y
3839
pip uninstall tensorflow -y
3940
pip install /tf_dataset/tf_binary/230928/tensorflow*.whl
4041
pip install cmake
4142
pip install protobuf==3.20.3
4243
pip install horovod==0.27.0
4344
pip list
4445
rm -rf tensorflow/*
46+
mkdir -p tensorflow/quantization/ptq
4547
mv ../3x_newapi tensorflow/quantization/ptq/newapi
4648
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}
4749
rm -rf tensorflow/quantization/ptq/newapi/test_big_saved_model.py

0 commit comments

Comments
 (0)