From 82799a55bbf86dc8a5472995302905a9cba4b16c Mon Sep 17 00:00:00 2001 From: Jeff Tang Date: Tue, 25 Feb 2025 21:57:21 -0800 Subject: [PATCH] chore: removed executorch submodule (#1265) # What does this PR do? [Provide a short summary of what this PR does and why. Link to relevant issues if applicable.] to the llama-stack-client-swift repo - PR: https://github.com/meta-llama/llama-stack-client-swift/pull/22 [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan [Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.*] [//]: # (## Documentation) --- .gitmodules | 3 --- llama_stack/providers/inline/ios/inference/executorch | 1 - 2 files changed, 4 deletions(-) delete mode 160000 llama_stack/providers/inline/ios/inference/executorch diff --git a/.gitmodules b/.gitmodules index 611875287..e69de29bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "llama_stack/providers/impls/ios/inference/executorch"] - path = llama_stack/providers/inline/ios/inference/executorch - url = https://github.com/pytorch/executorch diff --git a/llama_stack/providers/inline/ios/inference/executorch b/llama_stack/providers/inline/ios/inference/executorch deleted file mode 160000 index 9b6d4b4a7..000000000 --- a/llama_stack/providers/inline/ios/inference/executorch +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9b6d4b4a7b9b8f811bb6b269b0c2ce254e3a0c1b