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'
763763license = ' BSD-3-Clause'
764764dist-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 ]]
767773version = ' 1.13.1'
768774url = ' 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.
775781version = ' 2.4.1'
776782url = ' 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 ]]
779789version = ' == 0.19.1'
780790patch = ' torchvision-1.19.1.patch'
You can’t perform that action at this time.
0 commit comments