Skip to content

Commit 0290ca6

Browse files
authored
Fixed CI IPEX version (#2061)
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
1 parent 444efb7 commit 0290ca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/scripts/install_nc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ if [[ $1 = *"3x_pt"* ]]; then
1010
else
1111
echo -e "\n Install torch CPU ... "
1212
pip install torch==2.4.0 --index-url https://download.pytorch.org/whl/cpu
13+
python -m pip install intel-extension-for-pytorch==2.4.0 oneccl_bind_pt==2.4.0 --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
1314
python -m pip install --no-cache-dir -r requirements.txt
1415
python setup.py bdist_wheel
1516
fi

0 commit comments

Comments
 (0)