Skip to content

Commit 33a44ab

Browse files
Update README.md
1 parent 6417553 commit 33a44ab

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ Intel Extension for PyTorch is a Python package to extend official PyTorch. It i
1818
git clone --recursive https://github.com/pytorch/pytorch
1919
cd pytorch
2020

21-
# if you are updating an existing checkout
21+
# checkout source code to the specified version
22+
git checkout v1.5.0-rc3
23+
24+
# update submodules for the specified pytorch version
2225
git submodule sync
2326
git submodule update --init --recursive
2427

25-
# checkout source code to the specified version
26-
git checkout v1.5.0-rc3
28+
2729
```
2830

2931
2. Get Intel PyTorch Extension source

0 commit comments

Comments
 (0)