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 ccf47ee commit ba3e58cCopy full SHA for ba3e58c
docker/build.sh
@@ -21,7 +21,7 @@ if [[ ${IMAGE_NAME} != "" ]]; then
21
--build-arg TORCH_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
22
--build-arg IPEX_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
23
--build-arg TORCHVISION_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
24
- --build-arg CCL_VER=2021.11.0-49156 \
+ --build-arg CCL_VER=2021.11.1-6 \
25
--build-arg ONECCL_BIND_PT_VERSION=2.1.100 \
26
--build-arg ONECCL_BIND_PT_WHL_URL=https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ \
27
-t ${IMAGE_NAME} \
0 commit comments