From a1250aaa6e2c715221c95192b8c9bc022c075164 Mon Sep 17 00:00:00 2001 From: pytorchbot Date: Fri, 12 Jul 2024 19:57:17 -0700 Subject: [PATCH] remove buck2 from backend dependencies doc (#4226) (#4247) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/4226 for alpha+, we need to remove all buck2 commands and buck2 dependencies from static doc and github readmes. This diff gets rid of the buck2 from kernel lb backend dependencies doc. Reviewed By: kirklandsign Differential Revision: D59650240 fbshipit-source-id: 07d28a5f81f375e115d9daeeec6a5381a61b75a0 (cherry picked from commit e599d37915fec9fad7d4892c448384b1d5d94097) Co-authored-by: Songhao Jia --- docs/source/backend-delegates-dependencies.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/backend-delegates-dependencies.md b/docs/source/backend-delegates-dependencies.md index edde8c978b..f2068989bd 100644 --- a/docs/source/backend-delegates-dependencies.md +++ b/docs/source/backend-delegates-dependencies.md @@ -123,9 +123,8 @@ but the URLs can't be in the requirements.txt, so not recommending this for now. The recommended approach is to include a git submodule for a given C++ dependency in the `executorch/backends//third-party` directory. -### buck2/CMake Support -At a minimum CMake support is required. Adding buck2 support is optional, but -will make the delegate available to more ExecuTorch users. +### CMake Support +At a minimum CMake support is required.