File tree Expand file tree Collapse file tree 3 files changed +535
-0
lines changed
graalpython/lib-graalpython/patches Expand file tree Collapse file tree 3 files changed +535
-0
lines changed Original file line number Diff line number Diff line change 1
1
[[rules ]]
2
2
# Note: This patch file is also used directly outside of pip during onnxruntime build
3
+ # Note: This patch is also inlined in torch
3
4
version = ' >= 2.10.1, < 2.11'
4
5
patch = ' pybind11-2.10.1.patch'
Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ version = '== 1.13.1'
3
3
patch = ' torch-1.13.1.patch'
4
4
dist-type = ' sdist'
5
5
6
+ [[rules ]]
7
+ version = ' == 2.2.1'
8
+ patch = ' torch-2.2.1.patch'
9
+ dist-type = ' sdist'
10
+
6
11
[[add-sources ]]
7
12
version = ' 1.13.1'
8
13
url = ' https://github.com/pytorch/pytorch/releases/download/v1.13.1/pytorch-v1.13.1.tar.gz'
14
+
15
+ [[add-sources ]]
16
+ version = ' 2.2.1'
17
+ url = ' https://github.com/pytorch/pytorch/releases/download/v2.2.1/pytorch-v2.2.1.tar.gz'
You can’t perform that action at this time.
0 commit comments