We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b907353 + 233b801 commit 6f9a721Copy full SHA for 6f9a721
graalpython/lib-graalpython/patches/torch/metadata.toml
@@ -10,10 +10,20 @@ patch = 'torch-2.2.1.patch'
10
license = 'BSD-3-Clause'
11
dist-type = 'sdist'
12
13
+[[rules]]
14
+version = '== 2.4.1'
15
+patch = 'torch-2.4.1.patch'
16
+license = 'BSD-3-Clause'
17
+dist-type = 'sdist'
18
+
19
[[add-sources]]
20
version = '1.13.1'
21
url = 'https://github.com/pytorch/pytorch/releases/download/v1.13.1/pytorch-v1.13.1.tar.gz'
22
23
24
version = '2.2.1'
25
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