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 7b51189 commit 32b0badCopy full SHA for 32b0bad
torch_patches/README.md
@@ -3,7 +3,7 @@ You need to apply these git patches for PyTorch and build PyTorch from source co
3
```bash
4
git clone https://github.com/pytorch/pytorch.git
5
cd pytorch/
6
- git checkout 32f585d9346e316e554c8d9bf7548af9f62141fc
+ git checkout a8d6afb511a69687bbb2b7e88a3cf67917e1697e
7
git apply <ipex code repo>/torch_patches/00*.patch
8
python setup.py install
9
```
0 commit comments