File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ elif [[ $1 = *"3x_ort" ]]; then
16
16
pip install dist/neural_compressor* .whl --force-reinstall
17
17
else
18
18
python -m pip install --no-cache-dir -r requirements.txt
19
- python setup.py 2x bdist_wheel
19
+ python setup.py bdist_wheel
20
20
pip install dist/neural_compressor* .whl --force-reinstall
21
21
fi
22
22
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ source /neural-compressor/.azure-pipelines/scripts/change_color.sh
4
4
python -c " import neural_compressor as nc;print(nc.version.__version__)"
5
5
echo " run itrex ut..."
6
6
7
+ # install inc 3x deps
8
+ pip install -r /neural-compressor/requirements_pt.txt
9
+
7
10
# prepare itrex
8
11
git clone https://github.com/intel/intel-extension-for-transformers.git /intel-extension-for-transformers
9
12
cd /intel-extension-for-transformers && git rev-parse --short HEAD
You can’t perform that action at this time.
0 commit comments