From 7bcdb0ee3edfd81740c79eb7137c3e6ebfbe9f57 Mon Sep 17 00:00:00 2001 From: Jack-Khuu Date: Fri, 31 May 2024 15:47:10 -0700 Subject: [PATCH] Removing lm_eval as a third-party module (#3793) Summary: The third-party module was added when the install requirements wasn't working for lm_eval. Since the latter was fixed, the module is unused. Harmless removal Pull Request resolved: https://github.com/pytorch/executorch/pull/3793 Reviewed By: lucylq Differential Revision: D58037012 Pulled By: Jack-Khuu fbshipit-source-id: c57b4781d08fa3b4c3a0a3f2eb6de1a6ee3b591d --- .gitmodules | 4 ---- third-party/lm-evaluation-harness | 1 - 2 files changed, 5 deletions(-) delete mode 160000 third-party/lm-evaluation-harness diff --git a/.gitmodules b/.gitmodules index 40af298083..3e21ff2d72 100644 --- a/.gitmodules +++ b/.gitmodules @@ -49,10 +49,6 @@ [submodule "backends/vulkan/third-party/Vulkan-Headers"] path = backends/vulkan/third-party/Vulkan-Headers url = https://github.com/KhronosGroup/Vulkan-Headers -[submodule "third-party/lm-evaluation-harness"] - path = third-party/lm-evaluation-harness - url = https://github.com/EleutherAI/lm-evaluation-harness - branch = v0.4.1 [submodule "kernels/optimized/third-party/eigen"] path = kernels/optimized/third-party/eigen url = https://gitlab.com/libeigen/eigen.git diff --git a/third-party/lm-evaluation-harness b/third-party/lm-evaluation-harness deleted file mode 160000 index 49695e8d94..0000000000 --- a/third-party/lm-evaluation-harness +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 49695e8d94c3ab011b7ae8814d809de30b1b1182