Skip to content

Commit 6456932

Browse files
committed
Add patch for torch 2.2.1
1 parent 4a5a282 commit 6456932

File tree

3 files changed

+535
-0
lines changed

3 files changed

+535
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[[rules]]
22
# Note: This patch file is also used directly outside of pip during onnxruntime build
3+
# Note: This patch is also inlined in torch
34
version = '>= 2.10.1, < 2.11'
45
patch = 'pybind11-2.10.1.patch'

graalpython/lib-graalpython/patches/torch/metadata.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ version = '== 1.13.1'
33
patch = 'torch-1.13.1.patch'
44
dist-type = 'sdist'
55

6+
[[rules]]
7+
version = '== 2.2.1'
8+
patch = 'torch-2.2.1.patch'
9+
dist-type = 'sdist'
10+
611
[[add-sources]]
712
version = '1.13.1'
813
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'

0 commit comments

Comments
 (0)