Skip to content

Commit 8cd6038

Browse files
authored
correct torch-ccl version (#4203)
1 parent 474a6b3 commit 8cd6038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [[ ${IMAGE_TYPE} = "xpu" ]]; then
1919
--build-arg IPEX_VERSION=2.1.30+xpu \
2020
--build-arg TORCHVISION_VERSION=0.16.0.post2+cxx11.abi \
2121
--build-arg TORCHAUDIO_VERSION=2.1.0.post2+cxx11.abi \
22-
--build-arg ONECCL_BIND_PT_VERSION=2.1.0+gpu \
22+
--build-arg ONECCL_BIND_PT_VERSION=2.1.300+xpu \
2323
--build-arg TORCH_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
2424
--build-arg IPEX_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
2525
--build-arg TORCHVISION_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \

0 commit comments

Comments
 (0)