We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ab539 commit 4fea831Copy full SHA for 4fea831
.azure-pipelines/scripts/install_nc.sh
@@ -9,8 +9,8 @@ if [[ $1 = *"3x_pt"* ]]; then
9
python setup.py pt bdist_wheel
10
else
11
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/
+ pip install torch==2.9.0 torchvision --index-url https://download.pytorch.org/whl/cpu
+ # 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/
14
python -m pip install --no-cache-dir -r requirements.txt
15
python setup.py bdist_wheel
16
fi
0 commit comments