Skip to content

Commit 3cc0159

Browse files
committed
Update ExecuTorch commit
1 parent 73fb19b commit 3cc0159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama_export/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3.10 1 &
5050
# Install ExecuTorch
5151
RUN git clone https://github.com/pytorch/executorch.git
5252
WORKDIR /executorch
53-
RUN git checkout cbfdf78f8
53+
RUN git checkout fe20be98c
5454
RUN git submodule sync
5555
RUN git submodule update --init
5656

0 commit comments

Comments
 (0)