Skip to content

Commit

Permalink
fix the issue
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue committed Jun 12, 2024
1 parent 0a5003e commit b3257cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/scripts/ut/3x/run_3x_tf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ pytest --cov="${inc_path}" --cov-append -vs --disable-warnings --html=report_ker

# test for tensorflow new api ut
pip uninstall intel-extension-for-tensorflow -y
pip uninstall intel-extension-for-tensorflow-lib -y
pip uninstall tensorflow -y
pip install /tf_dataset/tf_binary/230928/tensorflow*.whl
pip install cmake
pip install protobuf==3.20.3
pip install horovod==0.27.0
pip list
rm -rf tensorflow/*
mkdir -p tensorflow/quantization/ptq
mv ../3x_newapi tensorflow/quantization/ptq/newapi
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}
rm -rf tensorflow/quantization/ptq/newapi/test_big_saved_model.py
Expand Down

0 comments on commit b3257cf

Please sign in to comment.