Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions _get_started/previous-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,31 @@ redirect_from: /previous-versions.html

## 1.0.0 이상 버전 설치하기

### v2.12.0

#### Wheel

##### OSX

```
pip install torch==2.12.0 torchvision==0.27.0
```

##### Linux and Windows

```
# ROCM 7.2 (Linux only)
pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/rocm7.2
# CUDA 12.6
pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/cu126
# CUDA 13.0
pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/cu130
# CUDA 13.2
pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/cu132
# CPU only
pip install torch==2.12.0 torchvision==0.27.0 --index-url https://download.pytorch.org/whl/cpu
```

### v2.11.0

#### Wheel
Expand Down
16 changes: 14 additions & 2 deletions _get_started/version-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,23 @@ PyTorch 및 Domain APIs의 버전 호환성을 정리하였습니다. \
</tr>
</thead>
<tbody>
<tr>
<th scope="row"><a href="https://github.com/pytorch/pytorch/releases/tag/v2.12.1" target="_blank">2.12.1</a></th>
<td>2026/06/18</td>
<td><a href="https://github.com/pytorch/vision/releases/tag/v0.27.1" target="_blank">0.27.1</a></td>
<td><em>—</em></td>
<td><em>—</em></td>
<td><em>—</em></td>
<td><em>—</em></td>
<td><a href="https://pypi.org/project/torch/2.12.1/" target="_blank">>=3.10, <=3.14</a></td>
<td>13.2; 13.0; 12.6</td>
<td>7.2</td>
</tr>
<tr>
<th scope="row"><a href="https://github.com/pytorch/pytorch/releases/tag/v2.12.0" target="_blank">2.12.0</a></th>
<td>2026/05/13</td>
<td><a href="https://github.com/pytorch/vision/releases/tag/v0.27.0" target="_blank">0.27.0</a></td>
<td><a href="https://github.com/pytorch/audio/releases/tag/v2.12.0" target="_blank">2.12.0</a></td>
<td><em>—</em></td>
<td><em>—</em></td>
<td><em>—</em></td>
<td><em>—</em></td>
Expand Down Expand Up @@ -1049,5 +1061,5 @@ PyTorch 2.11 릴리즈에서 지원하는 CUDA 아키텍처 정보입니다.
</div>

<p class="text-muted text-right mb-0">
<small><strong>Last Update:</strong> 2026-05-14</small>
<small><strong>Last Update:</strong> 2026-06-18</small>
</p>
4 changes: 2 additions & 2 deletions assets/quick-start-module.js

Large diffs are not rendered by default.

190 changes: 181 additions & 9 deletions published_versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"latest_stable": "2.12.0",
"latest_stable": "2.12.1",
"latest_lts": "lts-1.8.2",
"versions": {
"preview": {
Expand Down Expand Up @@ -150,29 +150,25 @@
"accnone": {
"note": null,
"versions": {
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip",
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-debug-latest.zip"
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cpu/libtorch-win-shared-with-deps-latest.zip"
}
},
"cuda.x": {
"note": null,
"versions": {
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip",
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-debug-latest.zip"
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu126/libtorch-win-shared-with-deps-latest.zip"
}
},
"cuda.y": {
"note": null,
"versions": {
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip",
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-debug-latest.zip"
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu130/libtorch-win-shared-with-deps-latest.zip"
}
},
"cuda.z": {
"note": null,
"versions": {
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip",
"Download here (Debug version):": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-debug-latest.zip"
"Download here (Release version):": "https://download.pytorch.org/libtorch/nightly/cu132/libtorch-win-shared-with-deps-latest.zip"
}
},
"rocm5.x": {
Expand Down Expand Up @@ -7275,6 +7271,182 @@
}
}
}
},
"2.12.1": {
"linux": {
"pip": {
"accnone": {
"note": null,
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cpu"
},
"cuda.x": {
"note": null,
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126"
},
"cuda.y": {
"note": null,
"command": "pip3 install torch torchvision"
},
"cuda.z": {
"note": null,
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132"
},
"rocm5.x": {
"note": null,
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/rocm7.2"
}
},
"libtorch": {
"accnone": {
"note": null,
"versions": {
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cpu/libtorch-shared-with-deps-2.12.1%2Bcpu.zip"
}
},
"cuda.x": {
"note": null,
"versions": {
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu126/libtorch-shared-with-deps-2.12.1%2Bcu126.zip"
}
},
"cuda.y": {
"note": null,
"versions": {
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu130/libtorch-shared-with-deps-2.12.1%2Bcu130.zip"
}
},
"cuda.z": {
"note": null,
"versions": {
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/cu132/libtorch-shared-with-deps-2.12.1%2Bcu132.zip"
}
},
"rocm5.x": {
"note": null,
"versions": {
"Download here (cxx11 ABI):": "https://download.pytorch.org/libtorch/rocm7.2/libtorch-shared-with-deps-2.12.1%2Brocm7.2.zip"
}
}
}
},
"macos": {
"pip": {
"cuda.x": {
"note": "# CUDA is not available on MacOS, please use default package",
"command": "pip3 install torch torchvision",
"default": true
},
"cuda.y": {
"note": "# CUDA is not available on MacOS, please use default package",
"command": "pip3 install torch torchvision",
"default": true
},
"cuda.z": {
"note": "# CUDA is not available on MacOS, please use default package",
"command": "pip3 install torch torchvision",
"default": true
},
"rocm5.x": {
"note": "# ROCm is not available on MacOS, please use default package",
"command": "pip3 install torch torchvision",
"default": true
},
"accnone": {
"note": null,
"command": "pip3 install torch torchvision"
}
},
"libtorch": {
"accnone": {
"note": null,
"versions": {
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
}
},
"cuda.x": {
"note": null,
"default": true,
"versions": {
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
}
},
"cuda.y": {
"note": null,
"default": true,
"versions": {
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
}
},
"cuda.z": {
"note": null,
"default": true,
"versions": {
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
}
},
"rocm5.x": {
"note": null,
"default": true,
"versions": {
"Download arm64 libtorch here (ROCm and CUDA are not supported):": "https://download.pytorch.org/libtorch/cpu/libtorch-macos-arm64-2.12.1.zip"
}
}
}
},
"windows": {
"pip": {
"accnone": {
"note": null,
"command": "pip3 install torch torchvision"
},
"cuda.x": {
"note": null,
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126"
},
"cuda.y": {
"note": null,
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu130"
},
"cuda.z": {
"note": null,
"command": "pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu132"
},
"rocm5.x": {
"note": "<b>NOTE:</b> ROCm is not available on Windows",
"command": null
}
},
"libtorch": {
"accnone": {
"note": null,
"versions": {
"Download here (Release version):": "https://download.pytorch.org/libtorch/cpu/libtorch-win-shared-with-deps-2.12.1%2Bcpu.zip"
}
},
"cuda.x": {
"note": null,
"versions": {
"Download here (Release version):": "https://download.pytorch.org/libtorch/cu126/libtorch-win-shared-with-deps-2.12.1%2Bcu126.zip"
}
},
"cuda.y": {
"note": null,
"versions": {
"Download here (Release version):": "https://download.pytorch.org/libtorch/cu130/libtorch-win-shared-with-deps-2.12.1%2Bcu130.zip"
}
},
"cuda.z": {
"note": null,
"versions": {
"Download here (Release version):": "https://download.pytorch.org/libtorch/cu132/libtorch-win-shared-with-deps-2.12.1%2Bcu132.zip"
}
},
"rocm5.x": {
"note": "<b>NOTE:</b> ROCm is not available on Windows",
"versions": null
}
}
}
}
}
}
Loading
Loading