Skip to content

Commit

Permalink
Update contribute to include bdist_wheel (#7135)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCaoG authored May 29, 2024
1 parent 0eded8d commit c367b66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c367b66

Please sign in to comment.