Skip to content

Commit 6f9a721

Browse files
committed
[GR-58229] Add patch for torch 2.4.1
PullRequest: graalpython/3485
2 parents b907353 + 233b801 commit 6f9a721

File tree

2 files changed

+602
-0
lines changed

2 files changed

+602
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,20 @@ patch = 'torch-2.2.1.patch'
1010
license = 'BSD-3-Clause'
1111
dist-type = 'sdist'
1212

13+
[[rules]]
14+
version = '== 2.4.1'
15+
patch = 'torch-2.4.1.patch'
16+
license = 'BSD-3-Clause'
17+
dist-type = 'sdist'
18+
1319
[[add-sources]]
1420
version = '1.13.1'
1521
url = 'https://github.com/pytorch/pytorch/releases/download/v1.13.1/pytorch-v1.13.1.tar.gz'
1622

1723
[[add-sources]]
1824
version = '2.2.1'
1925
url = 'https://github.com/pytorch/pytorch/releases/download/v2.2.1/pytorch-v2.2.1.tar.gz'
26+
27+
[[add-sources]]
28+
version = '2.4.1'
29+
url = 'https://github.com/pytorch/pytorch/releases/download/v2.4.1/pytorch-v2.4.1.tar.gz'

0 commit comments

Comments
 (0)