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 474a6b3 commit 8cd6038Copy full SHA for 8cd6038
docker/build.sh
@@ -19,7 +19,7 @@ if [[ ${IMAGE_TYPE} = "xpu" ]]; then
19
--build-arg IPEX_VERSION=2.1.30+xpu \
20
--build-arg TORCHVISION_VERSION=0.16.0.post2+cxx11.abi \
21
--build-arg TORCHAUDIO_VERSION=2.1.0.post2+cxx11.abi \
22
- --build-arg ONECCL_BIND_PT_VERSION=2.1.0+gpu \
+ --build-arg ONECCL_BIND_PT_VERSION=2.1.300+xpu \
23
--build-arg TORCH_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
24
--build-arg IPEX_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
25
--build-arg TORCHVISION_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
0 commit comments