We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6417553 commit 33a44abCopy full SHA for 33a44ab
README.md
@@ -18,12 +18,14 @@ Intel Extension for PyTorch is a Python package to extend official PyTorch. It i
18
git clone --recursive https://github.com/pytorch/pytorch
19
cd pytorch
20
21
- # if you are updating an existing checkout
+ # checkout source code to the specified version
22
+ git checkout v1.5.0-rc3
23
+
24
+ # update submodules for the specified pytorch version
25
git submodule sync
26
git submodule update --init --recursive
27
- # checkout source code to the specified version
- git checkout v1.5.0-rc3
28
29
```
30
31
2. Get Intel PyTorch Extension source
0 commit comments