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 444efb7 commit 0290ca6Copy full SHA for 0290ca6
.azure-pipelines/scripts/install_nc.sh
@@ -10,6 +10,7 @@ if [[ $1 = *"3x_pt"* ]]; then
10
else
11
echo -e "\n Install torch CPU ... "
12
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/
14
python -m pip install --no-cache-dir -r requirements.txt
15
python setup.py bdist_wheel
16
fi
0 commit comments