From a4447a4e910e0bcf817c738b634814dd18f84495 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Wed, 9 Oct 2024 12:30:05 -0700 Subject: [PATCH] Update packages commit. Summary: . Differential Revision: D64130155 --- .../ExecuTorchDemo/ExecuTorchDemo.xcodeproj/project.pbxproj | 2 +- .../demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/project.pbxproj | 2 +- .../demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/project.pbxproj b/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/project.pbxproj index 714a43297c5..092c8406386 100644 --- a/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/project.pbxproj +++ b/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo.xcodeproj/project.pbxproj @@ -807,7 +807,7 @@ repositoryURL = "https://github.com/pytorch/executorch"; requirement = { kind = revision; - revision = bdf3f5a1047c73ef61bb3e956d1d4528de743077; + revision = e19893740c76195d6c4e6b44648725a46cee244e; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/project.pbxproj b/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/project.pbxproj index 71444492da3..61518f1e1b7 100644 --- a/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/project.pbxproj +++ b/examples/demo-apps/apple_ios/LLaMA/LLaMA.xcodeproj/project.pbxproj @@ -1287,7 +1287,7 @@ repositoryURL = "https://github.com/pytorch/executorch"; requirement = { kind = revision; - revision = bdf3f5a1047c73ef61bb3e956d1d4528de743077; + revision = e19893740c76195d6c4e6b44648725a46cee244e; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md b/examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md index 5c905f368fb..c3e254d77a2 100644 --- a/examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md +++ b/examples/demo-apps/apple_ios/LLaMA/docs/delegates/xnnpack_README.md @@ -121,7 +121,7 @@ Go to Project Navigator, click on LLaMA. `Project --> LLaMA --> Package Dependen - Branch --> latest - Branch --> 0.4.0 - Branch --> 0.3.0 -- Commit --> (Specify the commit hash, for example: `bdf3f5a1047c73ef61bb3e956d1d4528de743077`. Full list [here](https://github.com/pytorch/executorch/commits/latest/)) +- Commit --> (Specify the commit hash, for example: `e19893740c76195d6c4e6b44648725a46cee244e`. Full list [here](https://github.com/pytorch/executorch/commits/latest/)) ### 2.2 Manually build the package locally and link them