Skip to content

Commit 32b0bad

Browse files
authored
update torch pin to 2.5.1 (#5011)(#5010)
1 parent 7b51189 commit 32b0bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_patches/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ You need to apply these git patches for PyTorch and build PyTorch from source co
33
```bash
44
git clone https://github.com/pytorch/pytorch.git
55
cd pytorch/
6-
git checkout 32f585d9346e316e554c8d9bf7548af9f62141fc
6+
git checkout a8d6afb511a69687bbb2b7e88a3cf67917e1697e
77
git apply <ipex code repo>/torch_patches/00*.patch
88
python setup.py install
99
```

0 commit comments

Comments
 (0)