We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fb19b commit 3cc0159Copy full SHA for 3cc0159
llama_export/Dockerfile
@@ -50,7 +50,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.10 1 &
50
# Install ExecuTorch
51
RUN git clone https://github.com/pytorch/executorch.git
52
WORKDIR /executorch
53
-RUN git checkout cbfdf78f8
+RUN git checkout fe20be98c
54
RUN git submodule sync
55
RUN git submodule update --init
56
0 commit comments