Skip to content
Prev Previous commit
Next Next commit
update ci test
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue committed Jul 17, 2024
commit 1b04677464fbe1cb25cb259ee05e43f1a949de1d
4 changes: 0 additions & 4 deletions .azure-pipelines/scripts/install_nc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ elif [[ $1 = *"3x_tf"* ]]; then
python -m pip install --no-cache-dir -r requirements_tf.txt
python setup.py tf bdist_wheel
pip install dist/neural_compressor*.whl --force-reinstall
elif [[ $1 = *"3x_ort" ]]; then
python -m pip install --no-cache-dir -r requirements_ort.txt
python setup.py ort bdist_wheel
pip install dist/neural_compressor*.whl --force-reinstall
else
python -m pip install --no-cache-dir -r requirements.txt
python setup.py bdist_wheel
Expand Down