Skip to content

Commit 4fea831

Browse files
committed
update torch version for 3x_pt
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 47ab539 commit 4fea831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure-pipelines/scripts/install_nc.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ if [[ $1 = *"3x_pt"* ]]; then
99
python setup.py pt bdist_wheel
1010
else
1111
echo -e "\n Install torch CPU ... "
12-
pip install torch==2.8.0 torchvision --index-url https://download.pytorch.org/whl/cpu
13-
python -m pip install intel-extension-for-pytorch==2.8.0 oneccl_bind_pt --index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
12+
pip install torch==2.9.0 torchvision --index-url https://download.pytorch.org/whl/cpu
13+
# python -m pip install intel-extension-for-pytorch==2.8.0 oneccl_bind_pt --index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
1414
python -m pip install --no-cache-dir -r requirements.txt
1515
python setup.py bdist_wheel
1616
fi

0 commit comments

Comments
 (0)