From c367b66f9c75d166ca2ce813bd8f29e44c73b617 Mon Sep 17 00:00:00 2001 From: JackCaoG <59073027+JackCaoG@users.noreply.github.com> Date: Wed, 29 May 2024 10:29:31 -0700 Subject: [PATCH] Update contribute to include bdist_wheel (#7135) --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 98bafcb94fa..97c418a7eca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,6 +41,8 @@ We recommend you to use our prebuilt Docker image to start your development work ```bash cd pytorch/ + # pytorch/xla requires pytorch wheel to be presented under pytorch/dist + python setup.py bdist_wheel python setup.py install cd xla/ python setup.py develop @@ -81,6 +83,8 @@ We recommend you to use our prebuilt Docker image to start your development work * Build PyTorch ```Shell + # pytorch/xla requires pytorch wheel to be presented under pytorch/dist + python setup.py bdist_wheel python setup.py develop ``` * Build PyTorch/XLA