Skip to content

Update README.md #2

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

Merged
merged 1 commit into from
May 11, 2020
Merged
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: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ Intel Extension for PyTorch is a Python package to extend official PyTorch. It i
git clone --recursive https://github.com/pytorch/pytorch
cd pytorch

# if you are updating an existing checkout
# checkout source code to the specified version
git checkout v1.5.0-rc3

# update submodules for the specified pytorch version
git submodule sync
git submodule update --init --recursive

# checkout source code to the specified version
git checkout v1.5.0-rc3

```

2. Get Intel PyTorch Extension source
Expand Down