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 64ea758 commit 9afd0dfCopy full SHA for 9afd0df
docker/Dockerfile
@@ -50,9 +50,9 @@ RUN --mount=type=cache,target=/opt/ccache \
50
cd intel-extension-for-pytorch && git submodule sync && \
51
git submodule update --init --recursive && \
52
git clone https://github.com/pytorch/pytorch && \
53
- cd pytorch && git checkout v1.5.1 && git submodule sync && \
+ cd pytorch && git checkout v1.7.0 && git submodule sync && \
54
55
- git apply ../torch_patches/dpcpp-v1.5.1.patch && \
+ git apply ../torch_patches/xpu-1.7.patch && \
56
USE_MKLDNN=1 USE_CUDA=0 USE_NNPACK=0 USE_CUDNN=0 \
57
CMAKE_PREFIX_PATH="$(dirname $(which conda))/../" pip install -v . && \
58
cd .. && pip install -v . && rm -rf *
0 commit comments