Skip to content

Commit ba3e58c

Browse files
authored
update oneccl ver (#3593)
* validate on rc3 and update oneccl ver
1 parent ccf47ee commit ba3e58c

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
@@ -21,7 +21,7 @@ if [[ ${IMAGE_NAME} != "" ]]; then
2121
--build-arg TORCH_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
2222
--build-arg IPEX_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
2323
--build-arg TORCHVISION_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
24-
--build-arg CCL_VER=2021.11.0-49156 \
24+
--build-arg CCL_VER=2021.11.1-6 \
2525
--build-arg ONECCL_BIND_PT_VERSION=2.1.100 \
2626
--build-arg ONECCL_BIND_PT_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
2727
-t ${IMAGE_NAME} \

0 commit comments

Comments
 (0)