File tree Expand file tree Collapse file tree 2 files changed +784
-0
lines changed
graalpython/lib-graalpython/patches Expand file tree Collapse file tree 2 files changed +784
-0
lines changed Original file line number Diff line number Diff line change @@ -763,6 +763,12 @@ patch = 'torch-2.4.1.patch'
763
763
license = ' BSD-3-Clause'
764
764
dist-type = ' sdist'
765
765
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
+
766
772
[[torch .add-sources ]]
767
773
version = ' 1.13.1'
768
774
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.
775
781
version = ' 2.4.1'
776
782
url = ' https://github.com/pytorch/pytorch/releases/download/v2.4.1/pytorch-v2.4.1.tar.gz'
777
783
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
+
778
788
[[torchvision .rules ]]
779
789
version = ' == 0.19.1'
780
790
patch = ' torchvision-1.19.1.patch'
You can’t perform that action at this time.
0 commit comments