Skip to content

Commit 0f4f9b3

Browse files
authored
PyTorch 2.12.1 ๋ฐ˜์˜ (pytorch/pytorch.github.io@efd7ea2) (#94)
1 parent dce8186 commit 0f4f9b3

5 files changed

Lines changed: 387 additions & 298 deletions

File tree

โ€Ž_get_started/previous-versions.mdโ€Ž

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,31 @@ redirect_from: /previous-versions.html
1717

1818
## 1.0.0 ์ด์ƒ ๋ฒ„์ „ ์„ค์น˜ํ•˜๊ธฐ
1919

20+
### v2.12.0
21+
22+
#### Wheel
23+
24+
##### OSX
25+
26+
```
27+
pip install torch==2.12.0 torchvision==0.27.0
28+
```
29+
30+
##### Linux and Windows
31+
32+
```
33+
# ROCM 7.2 (Linux only)
34+
pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/rocm7.2
35+
# CUDA 12.6
36+
pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/cu126
37+
# CUDA 13.0
38+
pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/cu130
39+
# CUDA 13.2
40+
pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/cu132
41+
# CPU only
42+
pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/cpu
43+
```
44+
2045
### v2.11.0
2146

2247
#### Wheel

โ€Ž_get_started/version-compatibility.mdโ€Ž

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,23 @@ PyTorch ๋ฐ Domain APIs์˜ ๋ฒ„์ „ ํ˜ธํ™˜์„ฑ์„ ์ •๋ฆฌํ•˜์˜€์Šต๋‹ˆ๋‹ค. \
3232
</tr>
3333
</thead>
3434
<tbody>
35+
<tr>
36+
<th scope="row"><a href="https://github.com/pytorch/pytorch/releases/tag/v2.12.1" target="_blank">2.12.1</a></th>
37+
<td>2026/06/18</td>
38+
<td><a href="https://github.com/pytorch/vision/releases/tag/v0.27.1" target="_blank">0.27.1</a></td>
39+
<td><em>โ€”</em></td>
40+
<td><em>โ€”</em></td>
41+
<td><em>โ€”</em></td>
42+
<td><em>โ€”</em></td>
43+
<td><a href="https://pypi.org/project/torch/2.12.1/" target="_blank">>=3.10, <=3.14</a></td>
44+
<td>13.2; 13.0; 12.6</td>
45+
<td>7.2</td>
46+
</tr>
3547
<tr>
3648
<th scope="row"><a href="https://github.com/pytorch/pytorch/releases/tag/v2.12.0" target="_blank">2.12.0</a></th>
3749
<td>2026/05/13</td>
3850
<td><a href="https://github.com/pytorch/vision/releases/tag/v0.27.0" target="_blank">0.27.0</a></td>
39-
<td><a href="https://github.com/pytorch/audio/releases/tag/v2.12.0" target="_blank">2.12.0</a></td>
51+
<td><em>โ€”</em></td>
4052
<td><em>โ€”</em></td>
4153
<td><em>โ€”</em></td>
4254
<td><em>โ€”</em></td>
@@ -1049,5 +1061,5 @@ PyTorch 2.11 ๋ฆด๋ฆฌ์ฆˆ์—์„œ ์ง€์›ํ•˜๋Š” CUDA ์•„ํ‚คํ…์ฒ˜ ์ •๋ณด์ž…๋‹ˆ๋‹ค.
10491061
</div>
10501062

10511063
<p class="text-muted text-right mb-0">
1052-
<small><strong>Last Update:</strong> 2026-05-14</small>
1064+
<small><strong>Last Update:</strong> 2026-06-18</small>
10531065
</p>

โ€Žassets/quick-start-module.jsโ€Ž

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

โ€Žpublished_versions.jsonโ€Ž

Lines changed: 181 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"latest_stable": "2.12.0",
2+
"latest_stable": "2.12.1",
33
"latest_lts": "lts-1.8.2",
44
"versions": {
55
"preview": {
@@ -150,29 +150,25 @@
150150
"accnone": {
151151
"note": null,
152152
"versions": {
153-
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip",
154-
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip"
153+
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip"
155154
}
156155
},
157156
"cuda.x": {
158157
"note": null,
159158
"versions": {
160-
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip",
161-
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip"
159+
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip"
162160
}
163161
},
164162
"cuda.y": {
165163
"note": null,
166164
"versions": {
167-
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip",
168-
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip"
165+
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip"
169166
}
170167
},
171168
"cuda.z": {
172169
"note": null,
173170
"versions": {
174-
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip",
175-
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-debug-latest.zip"
171+
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip"
176172
}
177173
},
178174
"rocm5.x": {
@@ -7275,6 +7271,182 @@
72757271
}
72767272
}
72777273
}
7274+
},
7275+
"2.12.1": {
7276+
"linux": {
7277+
"pip": {
7278+
"accnone": {
7279+
"note": null,
7280+
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu"
7281+
},
7282+
"cuda.x": {
7283+
"note": null,
7284+
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126"
7285+
},
7286+
"cuda.y": {
7287+
"note": null,
7288+
"command": "pip3 install torch torchvision"
7289+
},
7290+
"cuda.z": {
7291+
"note": null,
7292+
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132"
7293+
},
7294+
"rocm5.x": {
7295+
"note": null,
7296+
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2"
7297+
}
7298+
},
7299+
"libtorch": {
7300+
"accnone": {
7301+
"note": null,
7302+
"versions": {
7303+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.12.1%2Bcpu.zip"
7304+
}
7305+
},
7306+
"cuda.x": {
7307+
"note": null,
7308+
"versions": {
7309+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.12.1%2Bcu126.zip"
7310+
}
7311+
},
7312+
"cuda.y": {
7313+
"note": null,
7314+
"versions": {
7315+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.12.1%2Bcu130.zip"
7316+
}
7317+
},
7318+
"cuda.z": {
7319+
"note": null,
7320+
"versions": {
7321+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.12.1%2Bcu132.zip"
7322+
}
7323+
},
7324+
"rocm5.x": {
7325+
"note": null,
7326+
"versions": {
7327+
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.12.1%2Brocm7.2.zip"
7328+
}
7329+
}
7330+
}
7331+
},
7332+
"macos": {
7333+
"pip": {
7334+
"cuda.x": {
7335+
"note": "# CUDA is not available on MacOS, please use default package",
7336+
"command": "pip3 install torch torchvision",
7337+
"default": true
7338+
},
7339+
"cuda.y": {
7340+
"note": "# CUDA is not available on MacOS, please use default package",
7341+
"command": "pip3 install torch torchvision",
7342+
"default": true
7343+
},
7344+
"cuda.z": {
7345+
"note": "# CUDA is not available on MacOS, please use default package",
7346+
"command": "pip3 install torch torchvision",
7347+
"default": true
7348+
},
7349+
"rocm5.x": {
7350+
"note": "# ROCm is not available on MacOS, please use default package",
7351+
"command": "pip3 install torch torchvision",
7352+
"default": true
7353+
},
7354+
"accnone": {
7355+
"note": null,
7356+
"command": "pip3 install torch torchvision"
7357+
}
7358+
},
7359+
"libtorch": {
7360+
"accnone": {
7361+
"note": null,
7362+
"versions": {
7363+
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
7364+
}
7365+
},
7366+
"cuda.x": {
7367+
"note": null,
7368+
"default": true,
7369+
"versions": {
7370+
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
7371+
}
7372+
},
7373+
"cuda.y": {
7374+
"note": null,
7375+
"default": true,
7376+
"versions": {
7377+
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
7378+
}
7379+
},
7380+
"cuda.z": {
7381+
"note": null,
7382+
"default": true,
7383+
"versions": {
7384+
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
7385+
}
7386+
},
7387+
"rocm5.x": {
7388+
"note": null,
7389+
"default": true,
7390+
"versions": {
7391+
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
7392+
}
7393+
}
7394+
}
7395+
},
7396+
"windows": {
7397+
"pip": {
7398+
"accnone": {
7399+
"note": null,
7400+
"command": "pip3 install torch torchvision"
7401+
},
7402+
"cuda.x": {
7403+
"note": null,
7404+
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126"
7405+
},
7406+
"cuda.y": {
7407+
"note": null,
7408+
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130"
7409+
},
7410+
"cuda.z": {
7411+
"note": null,
7412+
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132"
7413+
},
7414+
"rocm5.x": {
7415+
"note": "<b>NOTE:</b> ROCm is not available on Windows",
7416+
"command": null
7417+
}
7418+
},
7419+
"libtorch": {
7420+
"accnone": {
7421+
"note": null,
7422+
"versions": {
7423+
"Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.12.1%2Bcpu.zip"
7424+
}
7425+
},
7426+
"cuda.x": {
7427+
"note": null,
7428+
"versions": {
7429+
"Download here (Release version):": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.12.1%2Bcu126.zip"
7430+
}
7431+
},
7432+
"cuda.y": {
7433+
"note": null,
7434+
"versions": {
7435+
"Download here (Release version):": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.12.1%2Bcu130.zip"
7436+
}
7437+
},
7438+
"cuda.z": {
7439+
"note": null,
7440+
"versions": {
7441+
"Download here (Release version):": "https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.12.1%2Bcu132.zip"
7442+
}
7443+
},
7444+
"rocm5.x": {
7445+
"note": "<b>NOTE:</b> ROCm is not available on Windows",
7446+
"versions": null
7447+
}
7448+
}
7449+
}
72787450
}
72797451
}
72807452
}

0 commit comments

Comments
ย (0)