Skip to content

Commit 598f9be

Browse files
committed
Add patch for torch 2.7.0
1 parent 53a7d09 commit 598f9be

File tree

2 files changed

+784
-0
lines changed

2 files changed

+784
-0
lines changed

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,12 @@ patch = 'torch-2.4.1.patch'
763763
license = 'BSD-3-Clause'
764764
dist-type = 'sdist'
765765

766+
[[torch.rules]]
767+
version = '== 2.7.0'
768+
patch = 'torch-2.7.0.patch'
769+
license = 'BSD-3-Clause'
770+
dist-type = 'sdist'
771+
766772
[[torch.add-sources]]
767773
version = '1.13.1'
768774
url = 'https://github.com/pytorch/pytorch/releases/download/v1.13.1/pytorch-v1.13.1.tar.gz'
@@ -775,6 +781,10 @@ url = 'https://github.com/pytorch/pytorch/releases/download/v2.2.1/pytorch-v2.2.
775781
version = '2.4.1'
776782
url = 'https://github.com/pytorch/pytorch/releases/download/v2.4.1/pytorch-v2.4.1.tar.gz'
777783

784+
[[torch.add-sources]]
785+
version = '2.7.0'
786+
url = 'https://github.com/pytorch/pytorch/releases/download/v2.7.0/pytorch-v2.7.0.tar.gz'
787+
778788
[[torchvision.rules]]
779789
version = '== 0.19.1'
780790
patch = 'torchvision-1.19.1.patch'

0 commit comments

Comments
 (0)