Skip to content

Clarify that buck2 version is important #734

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/source/getting-started-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,13 @@ all the operators and backends.

You will need the following prerequisits for this section:

* **Zstandard**, or `zstd`, command line tool — install by running `pip3 install zstd`.
* The `zstd` command line tool — install by running `pip3 install zstd`.

* A prebuilt Buck2 archive for your system from [the Buck2 repo](https://github.com/facebook/buck2/releases/tag/2023-07-18).
* Version `2023-07-18` of the `buck2` commandline tool — you can download a
prebuilt archive for your system from [the Buck2
repo](https://github.com/facebook/buck2/releases/tag/2023-07-18). Note that
the version is important, and newer or older versions may not work with the
version of the buck2 prelude used by the ExecuTorch repo.

Complete the following steps:

Expand Down
2 changes: 1 addition & 1 deletion docs/website/docs/tutorials/00_setting_up_executorch.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Follow [AOT Setup: Step 2](./00_setting_up_executorch.md#step-2-clone-the-execut
### Step 1: Install buck2

- If you don't have the `zstd` commandline tool, install it with `pip install zstd`
- Download a prebuilt buck2 archive for your system from https://github.com/facebook/buck2/releases/tag/2023-07-18
- Download a prebuilt buck2 archive for your system from the https://github.com/facebook/buck2/releases/tag/2023-07-18 release page. Note that the version is important, and newer or older versions may not work with the version of the buck2 prelude used by the ExecuTorch repo.
- Decompress with the following command (filename depends on your system)

```bash
Expand Down